# HG changeset patch # User Rik # Date 1411880842 25200 # Node ID cebe737fd0399f1ad47faf542385c252081b9ebe # Parent cd554c5b65ee2d5d0e3e55a5401b602deb73bdab pack.m: Overhaul function. * pack.m: Redo docstring. Add %!assert (1) to mark file as tested. diff --git a/scripts/miscellaneous/pack.m b/scripts/miscellaneous/pack.m --- a/scripts/miscellaneous/pack.m +++ b/scripts/miscellaneous/pack.m @@ -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) +