tests updated according to fix for the link tag'

This commit is contained in:
Marko Klopcic 2013-04-22 23:08:50 +02:00
commit 1bf26f216d
3 changed files with 9 additions and 4 deletions

View file

@ -19,7 +19,9 @@ r"""
""")
commentVerifier.check(doxygen_parsing.SomeAnotherClass.classMethod.__doc__,
r"""
The class method comment
The class method comment.
SomeAnotherClass#classMethodExtended(int, int) a link text
""")
commentVerifier.check(doxygen_parsing.SomeAnotherClass.classMethodExtended.__doc__,
r"""