comparison scripts/pkg/pkg.m @ 19192:8a8a7bc2a09d

Improve docstrings and mark documentation m-files as tested in miscellaneous/ dir. * defaults.cc (FOCTAVE_VERSION): Add seealso link to ver, version. * toplev.cc: Add seealso link to dump_prefs, computer. * ans.m, isdeployed.m, namelengthmax.m: Improve docstring. * bug_report.m: Use disp, rather than puts, so that "\n" doesn't need to be specified 15 times. * colon.m: Remove unused return argument. Add better BIST test. * dump_prefs.m: Improve docstring. Match function variables to documentation names. Add BIST test. * error_ids.m, warning_ids.m: Change comments and whitespace. * fact.m: Rename output variable to truth. Change indentation to Octave conventions. * mex.m: Add seealso link to mexext. Add %!assert to remove file from list of untested functions in Octave. * news.m: Add seealso link to ver, pkg. * ver.m: Add seealso link to usejava. * pkg.m: Add seealso link to ver, news.
author Rik <rik@octave.org>
date Tue, 30 Sep 2014 11:37:57 -0700
parents b54093acb8fe
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19191:6cf253a39fde 19192:8a8a7bc2a09d
273 ## 273 ##
274 ## @noindent 274 ## @noindent
275 ## will remove the autoloading status of the image package. 275 ## will remove the autoloading status of the image package.
276 ## 276 ##
277 ## @end table 277 ## @end table
278 ## @seealso{ver, news}
278 ## @end deftypefn 279 ## @end deftypefn
279 280
280 function [local_packages, global_packages] = pkg (varargin) 281 function [local_packages, global_packages] = pkg (varargin)
281 282
282 ## Installation prefix (FIXME: what should these be on windows?) 283 ## Installation prefix (FIXME: what should these be on windows?)