From 5a02b7bc825e75a7eff924a2943bb45dfafaee03 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Tue, 4 Apr 2006 22:18:01 +0000 Subject: [PATCH] fixed handling for doxygen comments for enums [SVN r33527] --- xsl/doxygen/doxygen2boostbook.xsl | 3 + xsl/type.xsl | 164 +++++++++++++++++++++--------- 2 files changed, 117 insertions(+), 50 deletions(-) diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index c3266f1..b249daa 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -272,6 +272,9 @@ Cannot handle compounddef with kind= + + + diff --git a/xsl/type.xsl b/xsl/type.xsl index 929f2df..9db2920 100644 --- a/xsl/type.xsl +++ b/xsl/type.xsl @@ -27,6 +27,15 @@ + + + + + + . + + + @@ -936,7 +945,7 @@ Unknown type element "" in type.display.na // - + @@ -966,6 +975,7 @@ Unknown type element "" in type.display.na + } @@ -994,9 +1004,22 @@ Unknown type element "" in type.display.na + - + + + + Warning: Use of 'para' elements in 'enum' element is deprecated. Wrap them in a 'description' element. + + + + + + + + + @@ -1033,29 +1056,30 @@ Unknown type element "" in type.display.na (inclusive). --> + - - + + - - - - + + + - + = - + @@ -1063,53 +1087,93 @@ Unknown type element "" in type.display.na this line --> - - - - - - - = - - + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - = - - - - - - - - - - - + + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +