diff scripts/time/datetick.m @ 16094:8899c785cc99

doc: Fix warnings associated with Texinfo 5.0 (bug #38392) * doc/interpreter/octave.texi: Start @end flushright at beginning of new line. * doc/interpreter/plot.txi: Use @itemx after @item in table for markeredgecolor. * doc/interpreter/tips.txi: Eliminate null @item entries in table of variable recommendations. * libinterp/interpfcn/dirfns.cc: Use @itemx instead of @item in table of regexp patterns. * libinterp/interpfcn/file-io.cc: Use @item rather than just formatted text in @table for Endian format. * scripts/io/strread.m: Use @itemx after @item for format %f,%n. * scripts/plot/legend.m: Use @item instead of @itemx in table of options. * scripts/plot/print.m: Use @item instead of @itemx in table of options. * scripts/time/datetick.m: Overhaul docstring.
author Rik <rik@octave.org>
date Sun, 24 Feb 2013 07:16:22 -0800
parents 460a3c6d8bf1
children 73dd413f2c3e
line wrap: on
line diff
--- a/scripts/time/datetick.m
+++ b/scripts/time/datetick.m
@@ -22,13 +22,12 @@
 ## @deftypefnx {Function File} {} datetick (@var{axis}, @var{form})
 ## @deftypefnx {Function File} {} datetick (@dots{}, "keeplimits")
 ## @deftypefnx {Function File} {} datetick (@dots{}, "keepticks")
-## @deftypefnx {Function File} {} datetick (@dots{ax}, @dots{})
-## Add date formatted tick labels to an axis.  The axis the apply the
-## ticks to is determined by @var{axis} that can take the values "x",
-## "y" or "z".  The default value is "x".  The formatting of the labels is
-## determined by the variable @var{form}, that can either be a string in
-## the format needed by @code{dateform}, or a positive integer that can
-## be accepted by @code{datestr}.
+## @deftypefnx {Function File} {} datetick (@var{hax}, @dots{})
+## Add date formatted tick labels to an axis.  The axis to apply the
+## ticks to is determined by @var{axis} which can take the values "x",
+## "y", or "z".  The default value is "x".  The formatting of the labels is
+## determined by the variable @var{form}, which can either be a string or
+## positive integer that @code{datestr} accepts.
 ## @seealso{datenum, datestr}
 ## @end deftypefn