Mercurial > hg > octave-nkf
diff scripts/optimization/__all_opts__.m @ 8812:7d48766c21a5
use consistent format for doc strings of internal functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Feb 2009 02:16:34 -0500 |
parents | e07e93c04080 |
children | 6cd1e62b6616 |
line wrap: on
line diff
--- a/scripts/optimization/__all_opts__.m +++ b/scripts/optimization/__all_opts__.m @@ -17,11 +17,13 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {} __all_opts__ () -## internal function. Queries all options from all known optimization -## functions and returns a list of possible values. +## @deftypefn {Function File} {@var{names} =} __all_opts__ (@dots{}) +## Undocumented internal function. ## @end deftypefn +## Query all options from all known optimization functions and return a +## list of possible values. + function names = __all_opts__ (varargin) persistent saved_names = {};