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:
parent
feea39f352
commit
e46e1655cd
3 changed files with 10 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ public class doxygen_basic_translate_style3_runme {
|
|||
" {@code \n" +
|
||||
"int main() { while(true); } \n" +
|
||||
"\n" +
|
||||
"// Test blank line in code block \n" +
|
||||
"int testBlankLine() {} \n" +
|
||||
" }\n" +
|
||||
" }\n" +
|
||||
" \n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue