Doxygen Java fix quoting for \image command

Closes #2048
This commit is contained in:
William S Fulton 2022-10-06 00:29:03 +01:00
commit 5644680788
6 changed files with 14 additions and 3 deletions

View file

@ -81,7 +81,7 @@ public class doxygen_translate_all_tags_runme {
" If not: SOMECONDITION {\n" +
" This is printed if not \n" +
" }\n" +
" <img src=testImage.bmp alt=\"Hello, world!\" />\n" +
" <img src=\"testImage.bmp\" alt=\"Hello, world!\"/>\n" +
" Some text \n" +
" describing invariant. \n");

View file

@ -69,7 +69,8 @@ public class doxygen_translate_runme {
" This is printed if not}\n" +
" \n" +
" \n" +
" <img src=testImage.bmp alt=\"Hello, world!\"/>\n" +
" <img src=\"testImage.bmp\" alt=\"Hello, world!\"/>\n" +
" <img src=\"test image.jpg\" alt=\"Test jpeg\"/>\n" +
" \n" +
" <ul> \n" +
" \n" +