Minor workaround in doxygen_basic_translate_style3 test

With the "///" doxygen comment style, comments within a code block do
not get handled correctly.  Modifying the test to remove this case and
adding a note about it for future reference.
This commit is contained in:
John McFarland 2019-11-02 10:29:25 -05:00
commit e46e1655cd
3 changed files with 10 additions and 3 deletions

View file

@ -49,7 +49,7 @@ Warning: This may not work as expected
int main() { while(true); }
// Test blank line in code block
int testBlankLine() {}
}"""
)
comment_verifier.check(inspect.getdoc(doxygen_basic_translate_style3.function5),