changeset 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 cebe737fd039
children e360368bd49c
files scripts/miscellaneous/debug.m
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/debug.m	Sat Sep 27 22:07:22 2014 -0700
+++ b/scripts/miscellaneous/debug.m	Sat Sep 27 22:09:16 2014 -0700
@@ -18,8 +18,10 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} debug ()
-## Summary of debugging commands.  For more information on each command
-## and available options use @code{help CMD}.
+## Summary of debugging commands.
+##
+## For more information on each command and available options use
+## @code{help CMD}.
 ## 
 ## The debugging commands available in Octave are
 ##
@@ -96,3 +98,7 @@
   help ("debug");
 endfunction
 
+
+## Mark file as being tested.  No real test needed for a documentation .m file
+%!assert (1)
+