Mercurial > hg > octave-nkf
comparison src/utils.cc @ 12573:232a90612254
Add new section on parsing to documentation.
Add functions add_input_event_hook, remove_input_event_hook, missing_function_hook to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 03 Apr 2011 20:33:14 -0700 |
parents | 39ca02387a32 |
children | e3dc23f7dd54 |
comparison
equal
deleted
inserted
replaced
12572:dffd30f12752 | 12573:232a90612254 |
---|---|
92 | 92 |
93 DEFUN (isvarname, args, , | 93 DEFUN (isvarname, args, , |
94 "-*- texinfo -*-\n\ | 94 "-*- texinfo -*-\n\ |
95 @deftypefn {Built-in Function} {} isvarname (@var{name})\n\ | 95 @deftypefn {Built-in Function} {} isvarname (@var{name})\n\ |
96 Return true if @var{name} is a valid variable name.\n\ | 96 Return true if @var{name} is a valid variable name.\n\ |
97 @seealso{exist, who}\n\ | 97 @seealso{iskeyword, exist, who}\n\ |
98 @end deftypefn") | 98 @end deftypefn") |
99 { | 99 { |
100 octave_value retval; | 100 octave_value retval; |
101 | 101 |
102 int argc = args.length () + 1; | 102 int argc = args.length () + 1; |