Mercurial > hg > octave-lyh
diff src/debug.cc @ 8286:6f2d95255911
fix @seealso references to point to existing anchors
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Wed, 29 Oct 2008 17:52:54 -0400 |
parents | eb2beef9a9ff |
children | fa78cb8d8a5c |
line wrap: on
line diff
--- a/src/debug.cc +++ b/src/debug.cc @@ -378,7 +378,7 @@ @end table\n\ \n\ The rline returned is the real line that the breakpoint was set at.\n\ -@seealso{dbclear, dbstatus, dbnext}\n\ +@seealso{dbclear, dbstatus, dbstep}\n\ @end deftypefn") { bp_table::intmap retval; @@ -972,7 +972,7 @@ DEFCMD (dbnext, args, , "-*- texinfo -*-\n\ -@deftypefn {Command} {} dbquit ()\n\ +@deftypefn {Command} {} dbnext ()\n\ In debugging mode, execute the next line of code without stepping in to\n\ functions. This is synonymous with @code{dbstep}.\n\ @seealso{dbstep, dbcont, dbquit}\n\