Remove trailing space from one of Doxygen tests.
This resulted in a warning (treated as error) from pep8 1.5.7 when running Doxygen test suite for Python.
This commit is contained in:
parent
fd47e6870e
commit
ad67f4ab4d
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
/**
|
/**
|
||||||
* \brief
|
* \brief
|
||||||
* Brief description.
|
* Brief description.
|
||||||
*
|
*
|
||||||
* The comment text
|
* The comment text
|
||||||
* \author Some author
|
* \author Some author
|
||||||
* \return Some number
|
* \return Some number
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ commentVerifier.check(doxygen_basic_notranslate.function.__doc__,
|
||||||
r"""
|
r"""
|
||||||
\brief
|
\brief
|
||||||
Brief description.
|
Brief description.
|
||||||
|
|
||||||
The comment text
|
The comment text
|
||||||
\author Some author
|
\author Some author
|
||||||
\return Some number
|
\return Some number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue