parent
45f4b4d936
commit
5644680788
6 changed files with 14 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue