comparison scripts/miscellaneous/debug.m @ 19211:0aa59fd7e6f1

debug.m: Mark documentation m-file as tested for BIST testing. * debug.m: Mark documentation m-file as tested for BIST testing.
author Rik <rik@octave.org>
date Sat, 27 Sep 2014 22:09:16 -0700
parents 765520694992
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19210:cebe737fd039 19211:0aa59fd7e6f1
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} debug () 20 ## @deftypefn {Function File} {} debug ()
21 ## Summary of debugging commands. For more information on each command 21 ## Summary of debugging commands.
22 ## and available options use @code{help CMD}. 22 ##
23 ## For more information on each command and available options use
24 ## @code{help CMD}.
23 ## 25 ##
24 ## The debugging commands available in Octave are 26 ## The debugging commands available in Octave are
25 ## 27 ##
26 ## @table @code 28 ## @table @code
27 ## @item dbstop 29 ## @item dbstop
94 96
95 function debug () 97 function debug ()
96 help ("debug"); 98 help ("debug");
97 endfunction 99 endfunction
98 100
101
102 ## Mark file as being tested. No real test needed for a documentation .m file
103 %!assert (1)
104