Add new doxygen test doxygen_code_blocks

This does somewhat more detailed testing of the code block parsing,
and also exercises the language identification of python doctest
features.  For now, it is only tested by python (javadoc translation
may not correctly handle some of the characters that are used here).
This commit is contained in:
John McFarland 2019-08-04 17:32:53 -05:00
commit 5230afb3e1
3 changed files with 110 additions and 0 deletions

View file

@ -630,6 +630,7 @@ DOXYGEN_TEST_CASES += \
doxygen_translate \
doxygen_translate_all_tags \
doxygen_translate_links \
doxygen_code_blocks \
$(DOXYGEN_TEST_CASES:=.cpptest): SWIGOPT += -doxygen