changeset 19210:cebe737fd039

pack.m: Overhaul function. * pack.m: Redo docstring. Add %!assert (1) to mark file as tested.
author Rik <rik@octave.org>
date Sat, 27 Sep 2014 22:07:22 -0700
parents cd554c5b65ee
children 0aa59fd7e6f1
files scripts/miscellaneous/pack.m
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/pack.m	Sat Sep 27 21:50:29 2014 -0700
+++ b/scripts/miscellaneous/pack.m	Sat Sep 27 22:07:22 2014 -0700
@@ -18,8 +18,10 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} pack ()
-## Consolidate workspace memory in @sc{matlab}.  This function is provided for
-## compatibility, but does nothing in Octave.
+## Consolidate workspace memory in @sc{matlab}.
+##
+## This function is provided for compatibility, but does nothing in Octave.
+## @seealso{clear}
 ## @end deftypefn
 
 ## Author: jwe
@@ -28,3 +30,7 @@
 
 endfunction
 
+
+## No test needed for empty function
+%!assert (1)
+