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:
parent
569ac5ec4f
commit
5230afb3e1
3 changed files with 110 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue