VirtualBox

Ignore:
Timestamp:
Sep 19, 2011 5:11:11 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74091
Message:

Main/glue: Add javadoc comments to the java glue code, use them to generate a documentation jar file. Add an OSGi compliant manifest file to the webservice jar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/platform-xidl.xsl

    r33540 r38796  
    99        sections are resolved (for easier processing).
    1010
    11      Copyright (C) 2006-2010 Oracle Corporation
     11     Copyright (C) 2006-2011 Oracle Corporation
    1212
    1313     This file is part of VirtualBox Open Source Edition (OSE), as
     
    6262    ignore everything we don't need
    6363    -->
    64 <xsl:template match="cpp|class|enumerator|desc|note">
     64<xsl:template match="cpp|class|enumerator">
    6565</xsl:template>
    6666
    6767<!--
    6868    and keep the rest intact (including all attributes)
     69
     70    NOTE: this drops class and everything in it, which I left unchanged
     71    since the other xslt scripts blow up badly.
    6972    -->
    70 <xsl:template match="library|module|enum|const|interface|attribute|collection|method|param">
     73<xsl:template match="library|module|enum|const|interface|attribute|collection|method|param|result">
    7174  <xsl:copy><xsl:copy-of select="@*"/><xsl:apply-templates/></xsl:copy>
     75</xsl:template>
     76
     77<!--
     78    keep those completely unchanged, including child nodes (including all
     79    attributes)
     80    -->
     81<xsl:template match="descGroup|desc|note">
     82  <xsl:copy-of select="."/>
    7283</xsl:template>
    7384
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