diff --git a/Examples/test-suite/doxygen_basic_notranslate.i b/Examples/test-suite/doxygen_basic_notranslate.i index 8699e3289..e97cc589f 100644 --- a/Examples/test-suite/doxygen_basic_notranslate.i +++ b/Examples/test-suite/doxygen_basic_notranslate.i @@ -14,7 +14,7 @@ /** * \brief * Brief description. - * + * * The comment text * \author Some author * \return Some number diff --git a/Examples/test-suite/python/doxygen_basic_notranslate_runme.py b/Examples/test-suite/python/doxygen_basic_notranslate_runme.py index 5559e38bc..90a0897c3 100644 --- a/Examples/test-suite/python/doxygen_basic_notranslate_runme.py +++ b/Examples/test-suite/python/doxygen_basic_notranslate_runme.py @@ -9,7 +9,7 @@ commentVerifier.check(doxygen_basic_notranslate.function.__doc__, r""" \brief Brief description. - + The comment text \author Some author \return Some number