Add new test doxygen_basic_translate_style3.i

This is used to test the "///" style of doxygen comments.  Previously,
newlines in these doxygen comments were not handled correctly.
This commit is contained in:
John McFarland 2019-10-30 18:39:23 -05:00
commit feea39f352
4 changed files with 279 additions and 0 deletions

View file

@ -622,6 +622,7 @@ DOXYGEN_TEST_CASES += \
doxygen_basic_notranslate \
doxygen_basic_translate \
doxygen_basic_translate_style2 \
doxygen_basic_translate_style3 \
doxygen_ignore \
doxygen_misc_constructs \
doxygen_nested_class \