Changeset 51501 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2014 9:48:07 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94112
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/doxygen.xsl
r51491 r51501 78 78 --> 79 79 <xsl:template match="desc//*"> 80 <xsl:copy> 81 <xsl:apply-templates/> 82 </xsl:copy> 83 </xsl:template> 84 85 <!-- 86 * same like desc//* but place <ol> at start of line otherwise Doxygen will not 87 * find it 88 --> 89 <xsl:template match="desc//ol"> 90 <xsl:text>
</xsl:text> 91 <xsl:copy> 92 <xsl:apply-templates/> 93 </xsl:copy> 94 </xsl:template> 95 96 <!-- 97 * same like desc//* but place <ul> at start of line otherwise Doxygen will not 98 * find it 99 --> 100 <xsl:template match="desc//ul"> 101 <xsl:text>
</xsl:text> 80 102 <xsl:copy> 81 103 <xsl:apply-templates/>
Note:
See TracChangeset
for help on using the changeset viewer.