Fix trimming whitespace from Doxygen comments.

Also trim the string (making it empty) if it consists solely of whitespace.
This commit is contained in:
Vadim Zeitlin 2015-02-17 00:10:37 +01:00
commit 45ecc9cb84
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,7 @@ may be specified."""
)
commentVerifier.check(doxygen_misc_constructs.getConnection.__doc__,
r"""
r"""
This function returns connection id."""
)