updated test doxygen_translate, but there is one bug with unordered list
This commit is contained in:
parent
32f34e16be
commit
49dddb3bd1
2 changed files with 19 additions and 18 deletions
|
|
@ -56,6 +56,7 @@ void backslashB()
|
||||||
/**
|
/**
|
||||||
* Backslash e at end of \e line froze SWIG \e
|
* Backslash e at end of \e line froze SWIG \e
|
||||||
* with old comment parser.
|
* with old comment parser.
|
||||||
|
* \arg some list item
|
||||||
*/
|
*/
|
||||||
void backslashC()
|
void backslashC()
|
||||||
{}
|
{}
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,9 @@ public class doxygen_translate_runme {
|
||||||
wantedComments.put("doxygen_translate.doxygen_translate.function(int, float)",
|
wantedComments.put("doxygen_translate.doxygen_translate.function(int, float)",
|
||||||
" <i>Hello </i>\n" +
|
" <i>Hello </i>\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" <li>some list item \n" +
|
" <li>some list item</li>\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" </li>@author lots of them \n" +
|
" @author lots of them \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" @author Zubr \n" +
|
" @author Zubr \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
|
|
@ -57,28 +57,28 @@ public class doxygen_translate_runme {
|
||||||
" If: ANOTHERCONDITION {\n" +
|
" If: ANOTHERCONDITION {\n" +
|
||||||
" First part of comment \n" +
|
" First part of comment \n" +
|
||||||
" If: SECONDCONDITION {\n" +
|
" If: SECONDCONDITION {\n" +
|
||||||
" Nested condition text \n" +
|
" Nested condition text}\n" +
|
||||||
" }Else if: THIRDCONDITION {\n" +
|
" Else if: THIRDCONDITION {\n" +
|
||||||
" The third condition text \n" +
|
" The third condition text}\n" +
|
||||||
" }Else: {The last text block \n" +
|
" Else: {The last text block}}\n" +
|
||||||
" }\n" +
|
" \n" +
|
||||||
" }Else: {Second part of comment \n" +
|
" Else: {Second part of comment \n" +
|
||||||
" If: CONDITION {\n" +
|
" If: CONDITION {\n" +
|
||||||
" Second part extended \n" +
|
" Second part extended}}\n" +
|
||||||
" }\n" +
|
" \n" +
|
||||||
" }\n" +
|
" \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" If not: SOMECONDITION {\n" +
|
" If not: SOMECONDITION {\n" +
|
||||||
" This is printed if not \n" +
|
" This is printed if not}\n" +
|
||||||
" }\n" +
|
" \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" <img src=testImage.bmp alt=\"Hello, world!\" />\n" +
|
" <img src=testImage.bmp alt=\"Hello, world!\" />\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" <ul> \n" +
|
" <ul> \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" <li>Some unordered list \n" +
|
" <li>Some unordered list</li>\n" +
|
||||||
" </li><li>With lots of items \n" +
|
" <li>With lots of items</li>\n" +
|
||||||
" </li><li>lots of lots of items \n" +
|
" <li>lots of lots of items</li>\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" </li></ul> \n" +
|
" </li></ul> \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
|
|
@ -100,9 +100,9 @@ public class doxygen_translate_runme {
|
||||||
" \n" +
|
" \n" +
|
||||||
" <p alt=\"The paragraph title \">\n" +
|
" <p alt=\"The paragraph title \">\n" +
|
||||||
" The paragraph text. \n" +
|
" The paragraph text. \n" +
|
||||||
" Maybe even multiline \n" +
|
" Maybe even multiline</p>\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" </p>@param a the first param \n" +
|
" @param a the first param \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" Remarks: Some remark text \n" +
|
" Remarks: Some remark text \n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue