parent
e9a1aa0f9f
commit
0a7192ce8b
4 changed files with 15 additions and 1 deletions
6
Examples/test-suite/errors/doxygen_unclosed_tag.i
Normal file
6
Examples/test-suite/errors/doxygen_unclosed_tag.i
Normal file
|
|
@ -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);
|
||||
1
Examples/test-suite/errors/doxygen_unclosed_tag.stderr
Normal file
1
Examples/test-suite/errors/doxygen_unclosed_tag.stderr
Normal file
|
|
@ -0,0 +1 @@
|
|||
doxygen_unclosed_tag.i:4: Warning 563: Doxygen HTML error for tag b: HTML tag without '>' found.
|
||||
Loading…
Add table
Add a link
Reference in a new issue