From fd5e98d380820c01e1f4346cf7f11e573e1c5c75 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 4 May 2013 14:38:11 +0000 Subject: Add check to the Doxygen->Docbook transform to warning on untemplated items. Add additional templates to ensure the output documentation does not have unescaped or unformatted entries. --- .../HV1/lufa_docbook_transform.xslt | 60 +++++++++++++--------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt index c21debece..18c3ea65f 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -103,10 +103,6 @@ - - - -
@@ -305,16 +301,14 @@ </xsl:template> <xsl:template match="memberdef[@kind = 'enum']"> - <xsl:variable name="name" select="name"/> - <section id="{@id}" xreflabel="{name}"> <title> <xsl:text>Enum </xsl:text> - <xsl:value-of select="$name"/> + <xsl:value-of select="name"/> - + @@ -334,7 +328,7 @@ - + @@ -588,16 +582,16 @@ - - - - - + + + + + @@ -614,12 +608,20 @@ - + + -- + + + + + + + @@ -638,6 +640,12 @@ + + + + + + @@ -659,6 +667,12 @@ + + + + + + @@ -683,22 +697,14 @@ - - - - - + - - - - - + @@ -783,4 +789,8 @@ + + NO XSL TEMPLATE MATCH: + + -- cgit v1.2.3