Revision: 3242
Author: jfuerth
Date: Fri Jan 22 09:03:31 2010
Log: Turning on javadoc for private fields as a stop-gap until we create or find a doclet which copies their descriptions to the corresponding public JavaBeans set/get methods.
http://code.google.com/p/power-architect/source/detail?r=3242

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Wed Jan  6 09:01:26 2010
+++ /trunk/build.xml    Fri Jan 22 09:03:31 2010
@@ -802,6 +802,7 @@
                        Version="true" Author="true" Use="true"
                        Overview="html/overview.html"
                        classpathref="test.classpath"
+                       access="private"
                        >
                        <packageset dir="${src}" defaultexcludes="yes">
                                <include name="ca/sqlpower/**" />

Reply via email to