Changeset 14357 in vbox for trunk/src/VBox
- Timestamp:
- Nov 19, 2008 4:23:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/doxygen.xsl
r14185 r14357 216 216 <xsl:text> 217 217 218 @warning This method is non-scriptable. In partic luar, this also means that an218 @warning This method is non-scriptable. In particular, this also means that an 219 219 attempt to call it from a process other than the process that has created and 220 220 owns the object will most likely fail or crash your application. … … 605 605 <!-- standard types --> 606 606 <!--xsl:when test=".='result'">??</xsl:when--> 607 <xsl:when test=".='boolean'">boo eanPtr</xsl:when>607 <xsl:when test=".='boolean'">booleanPtr</xsl:when> 608 608 <xsl:when test=".='octet'">octetPtr</xsl:when> 609 609 <xsl:when test=".='short'">shortPtr</xsl:when> … … 632 632 <xsl:value-of select="concat(../../../@name,'::',../../@name,'::',../@name,': ')"/> 633 633 <xsl:value-of select="concat('value "',../@mod,'" ')"/> 634 <xsl:text>of att ibute 'mod' is invalid!</xsl:text>634 <xsl:text>of attribute 'mod' is invalid!</xsl:text> 635 635 </xsl:message> 636 636 </xsl:otherwise>
Note:
See TracChangeset
for help on using the changeset viewer.