Mercurial > hg > octave-nkf
diff scripts/miscellaneous/debug.m @ 19369: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 |
line wrap: on
line diff
--- a/scripts/miscellaneous/debug.m +++ b/scripts/miscellaneous/debug.m @@ -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) +