VirtualBox

Changeset 14634 in vbox


Ignore:
Timestamp:
Nov 26, 2008 12:42:53 PM (16 years ago)
Author:
vboxsync
Message:

Main/XIDL/Doxygen: <xsl:param> must be first in <xsl:template> if it's present (and new xsltproc versions seem to be picky about that in a strange manner: they ignore everything before instead of issuing an error).

File:
1 edited

Legend:

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

    r14572 r14634  
    173173-->
    174174<xsl:template match="desc" mode="begin">
     175  <xsl:param name="id" select="@group | preceding::descGroup[1]/@id"/>
    175176  <xsl:text>/**&#x0A;</xsl:text>
    176   <xsl:param name="id" select="@group | preceding::descGroup[1]/@id"/>
    177177  <xsl:if test="$id">
    178178    <xsl:value-of select="concat(' @ingroup ',$id,'&#x0A;')"/>
     
    184184-->
    185185<xsl:template match="desc" mode="begin_brief">
     186  <xsl:param name="id" select="@group | preceding::descGroup[1]/@id"/>
    186187  <xsl:text>/**&#x0A;</xsl:text>
    187   <xsl:param name="id" select="@group | preceding::descGroup[1]/@id"/>
    188188  <xsl:if test="$id">
    189189    <xsl:value-of select="concat(' @ingroup ',$id,'&#x0A;')"/>
Note: See TracChangeset for help on using the changeset viewer.

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