From 02fd5d3611b921698f5c5e483a941c48b2374f09 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 15 Nov 2003 05:36:47 +0000 Subject: [PATCH] function.xsl: Default values can not be annotated doxygen/doxygen2boostbook.xsl: If the string "detail::" is found in a type or default argument, the type/argument is replaced with "unspecified". [SVN r20810] --- xsl/doxygen/doxygen2boostbook.xsl | 42 +++++++++++++++++++------------ xsl/function.xsl | 13 ++++++++-- 2 files changed, 37 insertions(+), 18 deletions(-) diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index 1f27f49..95b69e9 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -19,6 +19,10 @@ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. + + detail:: + @@ -651,10 +655,7 @@ Cannot handle memberdef element with kind= - - - + @@ -667,15 +668,21 @@ Cannot handle memberdef element with kind= - - - + - + + + unspecified + + + + + + @@ -786,9 +793,7 @@ Cannot handle memberdef element with kind= - - - + @@ -905,9 +910,7 @@ Cannot handle memberdef element with kind= - - - + @@ -1035,7 +1038,14 @@ Cannot handle memberdef element with kind= - + + + unspecified + + + + + diff --git a/xsl/function.xsl b/xsl/function.xsl index 53921fd..3f4294f 100644 --- a/xsl/function.xsl +++ b/xsl/function.xsl @@ -376,7 +376,16 @@ = - + + + + + + + + @@ -399,7 +408,7 @@ - +