changeset 15912:8e38eac05230

doc: Change object type of dbwhere, dbstack to "Command" in docstring. * libinterp/interpfcn/debug.cc(Fdbwhere): Change object type to "Command" in docstring. * libinterp/interpfcn/debug.cc(Fdbstack): Change object type to "Command" in docstring.
author Rik <rik@octave.org>
date Sun, 06 Jan 2013 21:52:29 -0800
parents 5a4a07a2ec73
children 85f9aca30c76
files libinterp/interpfcn/debug.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/debug.cc	Sun Jan 06 21:59:11 2013 +0000
+++ b/libinterp/interpfcn/debug.cc	Sun Jan 06 21:52:29 2013 -0800
@@ -701,7 +701,7 @@
 
 DEFUN (dbwhere, , ,
   "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} dbwhere ()\n\
+@deftypefn {Command} {} dbwhere\n\
 In debugging mode, report the current file and line number where\n\
 execution is stopped.\n\
 @seealso{dbstatus, dbcont, dbstep, dbup}\n\
@@ -1027,8 +1027,8 @@
 
 DEFUN (dbstack, args, nargout,
   "-*- texinfo -*-\n\
-@deftypefn  {Built-in Function} {} dbstack ()\n\
-@deftypefnx {Built-in Function} {} dbstack (@var{n})\n\
+@deftypefn  {Command} {} dbstack\n\
+@deftypefnx {Command} {} dbstack @var{n}\n\
 @deftypefnx {Built-in Function} {[@var{stack}, @var{idx}] =} dbstack (@dots{})\n\
 Display or return current debugging function stack information.\n\
 With optional argument @var{n}, omit the @var{n} innermost stack frames.\n\