diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 16:08:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 16:08:44 +0000 |
commit | 5386a5a7ffd4a2b739ce6f41d918378a6f70da15 (patch) | |
tree | cf17a47a11667259994ed2b038fa4a4adfe93709 /LUFA/StudioIntegration/lufa_indent_transform.xslt | |
parent | 340b2dc0bcd039f07f8d66e19384b3f9168333d7 (diff) | |
download | lufa-5386a5a7ffd4a2b739ce6f41d918378a6f70da15.tar.gz lufa-5386a5a7ffd4a2b739ce6f41d918378a6f70da15.tar.bz2 lufa-5386a5a7ffd4a2b739ce6f41d918378a6f70da15.zip |
Update Studio Integration XML transform files to add top-level descriptions for each transform. Update module transform to remove spacing between modules in the generated document and to remove the unused doxygen-entry-point nodes once they have been converted into online and offline documentation nodes.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_indent_transform.xslt')
-rw-r--r-- | LUFA/StudioIntegration/lufa_indent_transform.xslt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/lufa_indent_transform.xslt b/LUFA/StudioIntegration/lufa_indent_transform.xslt index dccca045c..a05a82427 100644 --- a/LUFA/StudioIntegration/lufa_indent_transform.xslt +++ b/LUFA/StudioIntegration/lufa_indent_transform.xslt @@ -8,6 +8,7 @@ <!-- Atmel Studio framework Module XML transform file --> +<!-- Indents a given XML document to match the node hierarchy. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/> |