Author: vsiveton Date: Sat May 5 07:48:29 2007 New Revision: 535535 URL: http://svn.apache.org/viewvc?view=rev&rev=535535 Log: MJAVADOC-114: Less output
o added a FAQ entry Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml?view=diff&rev=535535&r1=535534&r2=535535 ============================================================================== --- maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Sat May 5 07:48:29 2007 @@ -84,5 +84,13 @@ </p> </answer> </faq> + <faq id="How to have less output"> + <question>How to have less output?</question> + <answer> + <p> + Just set the <i><quiet/></i> parameter to <i>true</i> in your Javadoc Plugin configuration. + </p> + </answer> + </faq> </part> </faqs>