VirtualBox

Changeset 51502 in vbox for trunk/src/VBox


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

same for <pre>

File:
1 edited

Legend:

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

    r51501 r51502  
    9999-->
    100100<xsl:template match="desc//ul">
     101  <xsl:text>&#x0A;</xsl:text>
     102  <xsl:copy>
     103    <xsl:apply-templates/>
     104  </xsl:copy>
     105</xsl:template>
     106
     107<!--
     108 * same like desc//* but place <pre> at start of line otherwise Doxygen will not
     109 * find it
     110-->
     111<xsl:template match="desc//pre">
    101112  <xsl:text>&#x0A;</xsl:text>
    102113  <xsl:copy>
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