Author: rich
Date: Mon May 16 14:05:00 2005
New Revision: 170447
URL: http://svn.apache.org/viewcvs?rev=170447&view=rev
Log:
Fix for http://issues.apache.org/jira/browse/BEEHIVE-738 : netui.compiler
module should be excluded from javadoc
The Page Flow annotation processor classes should not be included in the public
JavaDoc; they're not even available at runtime. I've excluded them, as well as
the classes in the "bootstrap" module.
Modified:
incubator/beehive/trunk/netui/ant/javadoc.xml
Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/ant/javadoc.xml?rev=170447&r1=170446&r2=170447&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml (original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml Mon May 16 14:05:00 2005
@@ -80,9 +80,6 @@
<tag name="jsptagref.attributedescription"
enabled="false" description=""/>
<tag name="jsptagref.databindable" enabled="false"
description=""/>
<tag name="jsptagref.attributesyntaxvalue"
enabled="false" description=""/>
- <packageset dir="${src.dir}/bootstrap"/>
- <packageset dir="${src.dir}/compiler"/>
- <!-- PageFlowManagedObject.java is not being included
because it is not marked "public". -->
<packageset dir="${src.dir}/pageflow"/>
<packageset dir="${src.dir}/scoping"/>
<packageset dir="${src.dir}/tags-databinding"/>