Mercurial > hg > octave-jordi
comparison scripts/miscellaneous/menu.m @ 20851:516bb87ea72e
2015 Code Sprint: remove class of function from docstring for all m-files.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 12 Dec 2015 07:31:00 -0800 |
parents | bb09279e5c99 |
children |
comparison
equal
deleted
inserted
replaced
20850:0828bf20d105 | 20851:516bb87ea72e |
---|---|
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} {@var{choice} =} menu (@var{title}, @var{opt1}, @dots{}) | 20 ## @deftypefn {} {@var{choice} =} menu (@var{title}, @var{opt1}, @dots{}) |
21 ## @deftypefnx {Function File} {@var{choice} =} menu (@var{title}, @{@var{opt1}, @dots{}@}) | 21 ## @deftypefnx {} {@var{choice} =} menu (@var{title}, @{@var{opt1}, @dots{}@}) |
22 ## Display a menu with heading @var{title} and options @var{opt1}, @dots{}, | 22 ## Display a menu with heading @var{title} and options @var{opt1}, @dots{}, |
23 ## and wait for user input. | 23 ## and wait for user input. |
24 ## | 24 ## |
25 ## If the GUI is running, or Java is available, the menu is displayed | 25 ## If the GUI is running, or Java is available, the menu is displayed |
26 ## graphically using @code{listdlg}. Otherwise, the title and menu options | 26 ## graphically using @code{listdlg}. Otherwise, the title and menu options |