You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/02/23 13:21:58 UTC

svn commit: r746980 - /maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java

Author: vsiveton
Date: Mon Feb 23 12:21:57 2009
New Revision: 746980

URL: http://svn.apache.org/viewvc?rev=746980&view=rev
Log:
o fix javadoc using javadoc:fix

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java?rev=746980&r1=746979&r2=746980&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/src/main/java/org/apache/maven/doxia/plugin/DoxiaRenderBooksMojo.java Mon Feb 23 12:21:57 2009
@@ -42,7 +42,6 @@
  * A Mojo to create books in different output formats.
  *
  * @goal render-books
- *
  * @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
  * @version $Id$
  * @since 1.0
@@ -124,10 +123,9 @@
     // ----------------------------------------------------------------------
 
     /**
-     * Executes the Mojo.
+     * {@inheritDoc}
      *
-     * @throws MojoExecutionException if an exception occurs during the execution of the plugin.
-     * @throws MojoFailureException if there are configuration errors.
+     * Executes the Mojo.
      */
     public void execute()
         throws MojoExecutionException, MojoFailureException
@@ -281,6 +279,7 @@
      * Gets the input files encoding.
      *
      * @return The input files encoding, never <code>null</code>.
+     * @since 1.1
      */
     protected String getInputEncoding()
     {
@@ -291,6 +290,7 @@
      * Gets the effective reporting output files encoding.
      *
      * @return The effective reporting output file encoding, never <code>null</code>.
+     * @since 1.1
      */
     protected String getOutputEncoding()
     {