aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/doxygen_unclosed_tag.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/doxygen_unclosed_tag.i')
-rw-r--r--Examples/test-suite/errors/doxygen_unclosed_tag.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/doxygen_unclosed_tag.i b/Examples/test-suite/errors/doxygen_unclosed_tag.i
new file mode 100644
index 000000000..fbc359627
--- /dev/null
+++ b/Examples/test-suite/errors/doxygen_unclosed_tag.i
@@ -0,0 +1,6 @@
+%module xxx
+
+/**
+ * Return a random variate with uniform distribution in the range [a,b), where a<b
+ */
+double uniform(double a, double b);