From: Bill Spitzak Date: Fri, 19 Dec 2014 04:15:07 +0000 (-0800) Subject: doc: Each class in doxygen output is a section X-Git-Tag: 1.6.91~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f980a60038e06156d8462ed1c2881db456ad25c8;p=platform%2Fupstream%2Fwayland.git 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 --- 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> + - - - - + + + + + +