From 075fcc3cbdd873a06cf8d7737786bd1a59a7c98f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 27 Oct 2003 01:13:34 +0000 Subject: [PATCH] doxygen/doxygen2boostbook.xsl: Don't strip elements from within (generated) elements; just make them elements. annotation.xsl: Added a "purpose" mode that strips paragraph elements for printing the purpose in a comment function.xsl: Don't compact methods or overloaded methods. [SVN r20499] --- xsl/annotation.xsl | 14 +++++++ xsl/doxygen/doxygen2boostbook.xsl | 7 +++- xsl/function.xsl | 65 ++++++++++++++----------------- 3 files changed, 49 insertions(+), 37 deletions(-) diff --git a/xsl/annotation.xsl b/xsl/annotation.xsl index a6c9116..ecabb47 100644 --- a/xsl/annotation.xsl +++ b/xsl/annotation.xsl @@ -268,4 +268,18 @@ + + + + + + + + + + + + + diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index 8d1f95d..1f27f49 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -1147,7 +1147,8 @@ Cannot handle memberdef element with kind= - + @@ -1157,7 +1158,9 @@ Cannot handle memberdef element with kind= - + + + diff --git a/xsl/function.xsl b/xsl/function.xsl index 8d857f4..53921fd 100644 --- a/xsl/function.xsl +++ b/xsl/function.xsl @@ -468,7 +468,8 @@ + ($boost.compact.function='1') and + not (local-name(.)='method')"/> @@ -484,7 +485,7 @@ // + mode="purpose"/> @@ -512,7 +513,8 @@ + ($boost.compact.function='1') and + not (local-name(.)='overloaded-method')"/> @@ -898,7 +900,8 @@ + ($boost.compact.function='1') and + not (local-name(.)='method')"/> @@ -1052,37 +1055,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +