parent
45f4b4d936
commit
5644680788
6 changed files with 14 additions and 3 deletions
|
|
@ -59,6 +59,7 @@
|
|||
* \endif
|
||||
*
|
||||
* \image html testImage.bmp "Hello, world!" width=10cm
|
||||
* \image html "test image.jpg" "Test jpeg" width=10cm
|
||||
*
|
||||
* <ul>
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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" +
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ If not: SOMECONDITION {
|
|||
}
|
||||
|
||||
Image: testImage.bmp("Hello, world!")
|
||||
Image: "test image.jpg"("Test jpeg")
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue