improved handling of @see tags - SWIG no longer crashes if right brace is missing
This commit is contained in:
parent
2df4449e3b
commit
a2a345be39
3 changed files with 39 additions and 12 deletions
|
|
@ -153,6 +153,7 @@ public class doxygen_misc_constructs_runme {
|
|||
wantedComments.put("doxygen_misc_constructs.doxygen_misc_constructs.backslashC()",
|
||||
" Backslash e at end of <i>line</i> froze SWIG\n" +
|
||||
" <i>with</i> old comment parser.\n" +
|
||||
" @see MyClass#fun(char,float)\n" +
|
||||
"");
|
||||
|
||||
// and ask the parser to check comments for us
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue