This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb073c  Clarify handling of additionalOptions
4cb073c is described below

commit 4cb073cf9f0986f8c05d75227ebde96539af57bc
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Fri Dec 28 14:37:20 2018 +0100

    Clarify handling of additionalOptions
---
 .../java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java 
b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
index b3f344c..64ca70b 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -391,9 +391,9 @@ public abstract class AbstractJavadocMojo
     private File javadocDirectory;
 
     /**
-     * Set an additional option(s) on the command line. This value should 
include quotes as necessary for
-     * parameters that include spaces. Useful for a custom doclet.
-     * 
+     * Set an additional option(s) on the command line. All input will be 
passed as-is to the
+     * {@code @options} file. You must take care of quoting and escaping. 
Useful for a custom doclet.
+     *
      * @since 3.0.0
      */
     @Parameter

Reply via email to