VirtualBox

Changeset 51501 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 2, 2014 9:48:07 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94112
Message:

Main/doxygen: fix <ol> / <ul> confusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/doxygen.xsl

    r51491 r51501  
    7878-->
    7979<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>&#x0A;</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>&#x0A;</xsl:text>
    80102  <xsl:copy>
    81103    <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette