Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
8811:20dfb885f877 | 8812:7d48766c21a5 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} __all_opts__ () | 20 ## @deftypefn {Function File} {@var{names} =} __all_opts__ (@dots{}) |
21 ## internal function. Queries all options from all known optimization | 21 ## Undocumented internal function. |
22 ## functions and returns a list of possible values. | |
23 ## @end deftypefn | 22 ## @end deftypefn |
23 | |
24 ## Query all options from all known optimization functions and return a | |
25 ## list of possible values. | |
24 | 26 |
25 function names = __all_opts__ (varargin) | 27 function names = __all_opts__ (varargin) |
26 | 28 |
27 persistent saved_names = {}; | 29 persistent saved_names = {}; |
28 | 30 |