Author: lindner
Date: Wed Sep 1 22:03:42 2010
New Revision: 991728
URL: http://svn.apache.org/viewvc?rev=991728&view=rev
Log:
more javadoc:fix config tweaks
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=991728&r1=991727&r2=991728&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Sep 1 22:03:42 2010
@@ -1030,6 +1030,9 @@
<link>http://junit.sourceforge.net/javadoc/</link>
</links>
<fixTags>since,param,return,throws</fixTags>
+ <fixMethodComment>true</fixMethodComment>
+ <fixClassComment>true</fixClassComment>
+ <fixFieldComment>false</fixFieldComment>
</configuration>
</plugin>
<plugin>