improved handling of @see tags - SWIG no longer crashes if right brace is missing

This commit is contained in:
Marko Klopcic 2013-01-28 22:25:40 +01:00
commit a2a345be39
3 changed files with 39 additions and 12 deletions

View file

@ -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()
{}