From 9136fe2132dd3ce6d61fe505cfff6178630fed92 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 21 Apr 2013 15:15:47 +0000 Subject: [PATCH] Finish initial Doxygen-to-Docbook transform. --- .../HV1/lufa_docbook_transform.xsl | 145 ++++++++++++++++++ LUFA/StudioIntegration/makefile | 2 +- 2 files changed, 146 insertions(+), 1 deletion(-) diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xsl b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xsl index 0da97ca237..53dd82f9a8 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xsl +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xsl @@ -38,10 +38,12 @@ + + @@ -49,6 +51,16 @@ + + + + Modules + + + + + + @@ -80,6 +92,139 @@ + +
+ + <xsl:value-of select="title"/> + + + + + + + + + + + .h + + + + .h + + + + + + + + + .h + + + + .h + + + + + + Header + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+ + <xsl:value-of select="@kind"/> + <xsl:text> </xsl:text> + <xsl:value-of select="$name"/> + + + + + + + + + + + + + + + + <xsl:value-of select="$name"/> + + + + + + + + Data type + Field name + Description + + + + + + + + + + + + + + + + + + + +
+
+
+
+ diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index daaa2dccd3..975dd04fc0 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -42,7 +42,7 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ Blob/LUFA.pkgdef MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.quietly "1" \ - --stringparam chunk.section.depth "2" \ + --stringparam chunk.section.depth "3" \ --stringparam chunk.first.sections "1" all: generate_xml check_filenames generate_vsix