Author: oching
Date: Mon Jul 10 01:53:36 2006
New Revision: 420463

URL: http://svn.apache.org/viewvc?rev=420463&view=rev
Log:
Updated docs to reflect the changes in the templates at codehaus docs Plugin 
Documentation.

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt?rev=420463&r1=420462&r2=420463&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt Mon Jul 10 
01:53:36 2006
@@ -29,7 +29,7 @@
 
 * Usage
 
-   Some basic instructions for configuring and using the mojos of the 
<<<maven-javadoc-plugin>>> can be found {{{usage.html}here}}.
+   Instructions on how to use the Javadoc Plugin can be found 
{{{usage.html}here}}.
 
 * Examples
 

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt?rev=420463&r1=420462&r2=420463&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt Mon Jul 10 
01:53:36 2006
@@ -1,5 +1,5 @@
  ------
- Maven 2 Javadoc Plugin: Usage
+ Usage
  ------
  Vincent Siveton
  Maria Odea Ching

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?rev=420463&r1=420462&r2=420463&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Mon Jul 10 
01:53:36 2006
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
-<faqs id="General FAQ">
+<faqs id="FAQ" title="Frequently Asked Questions">
   <part id="General">
-    <faq id="1">
+    <faq id="In which part of the pom.xml does the Javadoc plugin should be 
configured">
       <question>In which part of the pom.xml does the Javadoc plugin should be 
configured?</question>
       <answer><p>You can configura the Javadoc plugin in the <i>reporting</i> 
section of your pom.xml if you want to include it in the site generation 
process (e.g. mvn site). You can also configure it in the <i>build</i> section 
of your pom if the configuration is different on the site or the report is not 
included on the site at all.</p></answer>
-    </faq>    
+    </faq>
   </part>
 </faqs>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml?rev=420463&r1=420462&r2=420463&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml Mon Jul 10 
01:53:36 2006
@@ -35,6 +35,7 @@
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
+      <item name="Goals" href="plugin-info.html"/>      
       <item name="Usage" href="usage.html"/>
       <item name="FAQs" href="faq.html"/>
     </menu>


Reply via email to