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
|
|
@ -56,7 +56,10 @@ void backslashB()
|
|||
|
||||
/**
|
||||
* Backslash e at end of \e line froze SWIG \e
|
||||
* with old comment parser.
|
||||
* with old comment parser.
|
||||
*
|
||||
* @see MyClass::fun(char,
|
||||
* float)
|
||||
*/
|
||||
void backslashC()
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue