@@ -279,6 +279,8 @@ public abstract class AbstractJarSignerTask extends Task { | |||||
* Adds a nested <arg> element that can be used to specify | * Adds a nested <arg> element that can be used to specify | ||||
* command line arguments not supported via specific attributes. | * command line arguments not supported via specific attributes. | ||||
* | * | ||||
* @param arg the argument to add | |||||
* | |||||
* @since Ant 1.9.14 | * @since Ant 1.9.14 | ||||
*/ | */ | ||||
public void addArg(Commandline.Argument arg) { | public void addArg(Commandline.Argument arg) { | ||||
@@ -569,7 +569,7 @@ public class Javadoc extends Task { | |||||
/** | /** | ||||
* Specify where to find modules | * Specify where to find modules | ||||
* | * | ||||
* @param src a Path instance containing the modules. | |||||
* @param mp a Path instance containing the modules. | |||||
* | * | ||||
* @since Ant 1.9.14 | * @since Ant 1.9.14 | ||||
*/ | */ | ||||
@@ -610,7 +610,7 @@ public class Javadoc extends Task { | |||||
/** | /** | ||||
* Specify where to find sources for modules | * Specify where to find sources for modules | ||||
* | * | ||||
* @param src a Path instance containing the sources for modules. | |||||
* @param mp a Path instance containing the sources for modules. | |||||
* | * | ||||
* @since Ant 1.9.14 | * @since Ant 1.9.14 | ||||
*/ | */ | ||||
@@ -185,6 +185,8 @@ public class Commandline implements Cloneable { | |||||
/** | /** | ||||
* Copies settings from a different argument. | * Copies settings from a different argument. | ||||
* | * | ||||
* @param other the argument to copy setting from | |||||
* | |||||
* @since Ant 1.9.14 | * @since Ant 1.9.14 | ||||
*/ | */ | ||||
public void copyFrom(Argument other) { | public void copyFrom(Argument other) { | ||||