From 058bacfdcdeda33e71a5bd0c1a2ef2ac4921643a Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 30 Jun 2012 20:25:09 +0000 Subject: [PATCH] Handle \param in macros. [SVN r79192] --- xsl/doxygen/doxygen2boostbook.xsl | 10 ++++++++ xsl/macro.xsl | 38 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index 6c055e9..d9775a8 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -484,10 +484,20 @@ + + + + + + + + diff --git a/xsl/macro.xsl b/xsl/macro.xsl index e396295..fcd97a2 100644 --- a/xsl/macro.xsl +++ b/xsl/macro.xsl @@ -45,6 +45,44 @@ + + + + + list-presentation="table" + + + + + + Parameters: + + + + list-presentation="table" + + + + + + + + + + + + + + + + + + + + + + +