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.

This commit is contained in:
Dean Camera 2013-01-03 16:08:44 +00:00
parent 340b2dc0bc
commit 5386a5a7ff
4 changed files with 11 additions and 13 deletions

View file

@ -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"/>