From 49dddb3bd19297e2078cb9a93055fed73e587cb0 Mon Sep 17 00:00:00 2001 From: Marko Klopcic Date: Sun, 13 Jan 2013 22:49:54 +0100 Subject: [PATCH] updated test doxygen_translate, but there is one bug with unordered list --- Examples/test-suite/doxygen_misc_constructs.h | 1 + .../java/doxygen_translate_runme.java | 36 +++++++++---------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Examples/test-suite/doxygen_misc_constructs.h b/Examples/test-suite/doxygen_misc_constructs.h index d22761a5e..ab97cc81d 100644 --- a/Examples/test-suite/doxygen_misc_constructs.h +++ b/Examples/test-suite/doxygen_misc_constructs.h @@ -56,6 +56,7 @@ void backslashB() /** * Backslash e at end of \e line froze SWIG \e * with old comment parser. + * \arg some list item */ void backslashC() {} diff --git a/Examples/test-suite/java/doxygen_translate_runme.java b/Examples/test-suite/java/doxygen_translate_runme.java index 8aa80a6ed..5ab448694 100644 --- a/Examples/test-suite/java/doxygen_translate_runme.java +++ b/Examples/test-suite/java/doxygen_translate_runme.java @@ -28,9 +28,9 @@ public class doxygen_translate_runme { wantedComments.put("doxygen_translate.doxygen_translate.function(int, float)", " Hello \n" + " \n" + - "
  • some list item \n" + + "
  • some list item
  • \n" + " \n" + - " @author lots of them \n" + + " @author lots of them \n" + " \n" + " @author Zubr \n" + " \n" + @@ -57,28 +57,28 @@ public class doxygen_translate_runme { " If: ANOTHERCONDITION {\n" + " First part of comment \n" + " If: SECONDCONDITION {\n" + - " Nested condition text \n" + - " }Else if: THIRDCONDITION {\n" + - " The third condition text \n" + - " }Else: {The last text block \n" + - " }\n" + - " }Else: {Second part of comment \n" + + " Nested condition text}\n" + + " Else if: THIRDCONDITION {\n" + + " The third condition text}\n" + + " Else: {The last text block}}\n" + + " \n" + + " Else: {Second part of comment \n" + " If: CONDITION {\n" + - " Second part extended \n" + - " }\n" + - " }\n" + + " Second part extended}}\n" + + " \n" + + " \n" + " \n" + " If not: SOMECONDITION {\n" + - " This is printed if not \n" + - " }\n" + + " This is printed if not}\n" + + " \n" + " \n" + " \"Hello,\n" + " \n" + " \n" + " \n" + @@ -100,9 +100,9 @@ public class doxygen_translate_runme { " \n" + "

    \n" + " The paragraph text. \n" + - " Maybe even multiline \n" + + " Maybe even multiline

    \n" + " \n" + - "

    @param a the first param \n" + + " @param a the first param \n" + " \n" + " Remarks: Some remark text \n" + " \n" +