changeset 25019:3b08577e6816 stable

doc: End tic() @xref with a comma to avoid TeXinfo warning. * data.cc (Ftoc): Add comma after @xref to tic to suppress TeXinfo warning.
author Rik <rik@octave.org>
date Mon, 26 Mar 2018 21:15:42 -0700
parents ed3d7a33551b
children d0f9826f677d 592db8745f26
files libinterp/corefcn/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Mon Mar 26 21:09:16 2018 -0700
+++ b/libinterp/corefcn/data.cc	Mon Mar 26 21:15:42 2018 -0700
@@ -6287,7 +6287,7 @@
 When given the identifier @var{id} of a specific timer, return the number of
 seconds elapsed since the timer @var{id} was initialized.
 
-@xref{XREFtic, , tic} for examples of the use of @code{tic}/@code{toc}. 
+@xref{XREFtic, , tic}, for examples of the use of @code{tic}/@code{toc}. 
 
 @seealso{tic, cputime}
 @end deftypefn */)