Do not expose @author and @version

This commit is contained in:
Trustin Lee 2011-12-09 14:43:52 +09:00
parent 54b8b501ee
commit 91681b5150

View File

@ -493,8 +493,8 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<breakiterator>true</breakiterator>
<version>true</version>
<author>true</author>
<version>false</version>
<author>false</author>
<keywords>true</keywords>
<overview>${basedir}/src/javadoc/overview.html</overview>
<doctitle>${project.name} API Reference (${project.version})</doctitle>