From f980a60038e06156d8462ed1c2881db456ad25c8 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Thu, 18 Dec 2014 20:15:07 -0800 Subject: [PATCH] doc: Each class in doxygen output is a section All the methods belonging to the class are listed with it, making it much easier to find them. I dumped all other functions into a section called "Functions" at the end. Tested-by: Pekka Paalanen --- doc/publican/doxygen-to-publican.xsl | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl index 0ed7030..08a71e7 100644 --- a/doc/publican/doxygen-to-publican.xsl +++ b/doc/publican/doxygen-to-publican.xsl @@ -36,17 +36,16 @@ 'SC', 'sc')"/>. - + + +
+ Functions + - + - - - Methods for the respective classes. +
- - - @@ -104,6 +103,11 @@ + + + + + - - +
+ <xsl:value-of select="compoundname" /> <xsl:if test="normalize-space(briefdescription) != ''"> - <xsl:apply-templates select="briefdescription" /> </xsl:if> - </term> + - - - - + + + + + +
-- 2.7.4