From 0d0a62c79a65c5961db5f108fc4bff84691f8f1c Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Thu, 18 Dec 2014 20:15:08 -0800 Subject: doc: Document structures and unions in addition to classes This provides targets for some of the doxygen links, and some of them have useful memberof function lists. Added some if/else statements to reduce validation errors. Tested-by: Pekka Paalanen --- doc/publican/doxygen-to-publican.xsl | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl index 08a71e7..dfd47ee 100644 --- a/doc/publican/doxygen-to-publican.xsl +++ b/doc/publican/doxygen-to-publican.xsl @@ -36,13 +36,13 @@ 'SC', 'sc')"/>. - +
Functions - +
@@ -146,7 +146,6 @@ -
<xsl:value-of select="compoundname" /> @@ -154,13 +153,19 @@ - <xsl:apply-templates select="briefdescription" /> </xsl:if> - - - - - - + + + + + + + + + + + + +
-
-- cgit v1.2.1