[doxygen] Fix crash on unclosed HTML tag

Fixes #1935
This commit is contained in:
Olly Betts 2022-01-26 15:12:21 +13:00
commit 0a7192ce8b
4 changed files with 15 additions and 1 deletions

View 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);

View file

@ -0,0 +1 @@
doxygen_unclosed_tag.i:4: Warning 563: Doxygen HTML error for tag b: HTML tag without '>' found.