Author: rwhitcomb
Date: Fri Jan 25 19:32:42 2013
New Revision: 1438659

URL: http://svn.apache.org/viewvc?rev=1438659&view=rev
Log:
Added the "package" designation to the Javadoc generation in order
to pick up some of the package private classes involved with
TextPane (its subsidiary skin classes).

Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1438659&r1=1438658&r2=1438659&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Fri Jan 25 19:32:42 2013
@@ -469,6 +469,7 @@ limitations under the License.
     <target name="doc" description="Generates API documentation in 
${folder.doc}">
         <javadoc packagenames="org.apache.pivot.*" destdir="${folder.doc}"
             author="true" version="true" use="true"
+            package="true"
             classpath="${java.class.path}">
             <classpath>
                 <path refid="classpath.general"/>


Reply via email to