changeset 10251:0db9f38e9d43 octave-forge

inputParser: texinfo fixes
author carandraug
date Mon, 14 May 2012 09:04:23 +0000
parents f1181c9f0ee2
children 26acad0c09e2
files main/general/inst/@inputParser/addOptional.m main/general/inst/@inputParser/addParamValue.m main/general/inst/@inputParser/addRequired.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/general/inst/@inputParser/addOptional.m	Mon May 14 08:46:11 2012 +0000
+++ b/main/general/inst/@inputParser/addOptional.m	Mon May 14 09:04:23 2012 +0000
@@ -31,7 +31,7 @@
 ## for the argument with name @var{argname}. Alternatively, a function name
 ## can be used.
 ##
-## See @command{help @inputParser} for examples.
+## See @command{help inputParser} for examples.
 ##
 ## @emph{Note}: if a string argument does not validate, it will be considered a
 ## ParamValue key. If an optional argument is not given a validator, anything
--- a/main/general/inst/@inputParser/addParamValue.m	Mon May 14 08:46:11 2012 +0000
+++ b/main/general/inst/@inputParser/addParamValue.m	Mon May 14 09:04:23 2012 +0000
@@ -29,7 +29,7 @@
 ## for the parameter with name @var{argname}. Alternatively, a function name
 ## can be used.
 ##
-## See @command{help @inputParser} for examples.
+## See @command{help inputParser} for examples.
 ##
 ## @seealso{inputParser, @@inputParser/addOptional, @@inputParser/addSwitch,
 ## @@inputParser/addParamValue, @@inputParser/addRequired, @@inputParser/parse}
--- a/main/general/inst/@inputParser/addRequired.m	Mon May 14 08:46:11 2012 +0000
+++ b/main/general/inst/@inputParser/addRequired.m	Mon May 14 09:04:23 2012 +0000
@@ -31,7 +31,7 @@
 ## for the argument with name @var{argname}. Alternatively, a function name
 ## can be used.
 ##
-## See @command{help @inputParser} for examples.
+## See @command{help inputParser} for examples.
 ##
 ## @emph{Note}: this can be used together with the other type of arguments but
 ## it must be the first (see @command{@@inputParser}).