VirtualBox

Changeset 38799 in vbox


Ignore:
Timestamp:
Sep 20, 2011 11:19:47 AM (13 years ago)
Author:
vboxsync
Message:

Main/webservice: only document the official API package, not the internal jaxws classes

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r38796 r38799  
    34783478  <xsl:call-template name="startFile">
    34793479    <xsl:with-param name="file" select="'IUnknown.java'" />
    3480     <xsl:with-param name="package" select="$G_virtualBoxPackageCom" />
     3480    <xsl:with-param name="package" select="$G_virtualBoxPackage" />
    34813481  </xsl:call-template>
    34823482
     
    35263526 <xsl:call-template name="startFile">
    35273527   <xsl:with-param name="file" select="'Helper.java'" />
    3528    <xsl:with-param name="package" select="$G_virtualBoxPackageCom" />
     3528   <xsl:with-param name="package" select="$G_virtualBoxPackage" />
    35293529 </xsl:call-template>
    35303530
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r38796 r38799  
    391391        $(call MSG_L1,Generating javadoc html documentation)
    392392        $(VBOX_JAVADOC) $(VBOX_JAVADOC_OPTS) -quiet \
    393                 @$(VBOX_JWS_GEN)/jwsglue.list \
     393                -sourcepath $(VBOX_JWS_GEN)/java org.virtualbox$(VBOX_API_SUFFIX) \
    394394                -d $(VBOX_JWSDOC_JDEST)
    395395        $(call MSG_LINK,$(notdir $@),$@)
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