diff doc/interpreter/func.txi @ 4933:cd58733c326b

[project @ 2004-08-05 16:08:28 by jwe]
author jwe
date Thu, 05 Aug 2004 16:08:28 +0000
parents ab71705f294f
children bdbee5282954
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Aug 05 13:26:15 2004 +0000
+++ b/doc/interpreter/func.txi	Thu Aug 05 16:08:28 2004 +0000
@@ -23,6 +23,7 @@
 * Function Files::              
 * Script Files::                
 * Dynamically Linked Functions::  
+* Function Handles and Inline::
 * Organization of Functions::   
 @end menu
 
@@ -323,12 +324,12 @@
 
 @node Variable-length Argument Lists
 @section Variable-length Argument Lists
-@cindex Variable-length argument lists
+@cindex variable-length argument lists
 @cindex @code{...}
 
 @node Variable-length Return Lists
 @section Variable-length Return Lists
-@cindex Variable-length return lists
+@cindex variable-length return lists
 @cindex @code{...}
 
 @node Returning From a Function
@@ -773,6 +774,39 @@
 can call in a built-in function.  For the time being, you will have to
 read the source code for Octave.
 
+@node Function Handles and Inline
+@section Function Handles and Inline
+@cindex handle, function handles
+@cindex inline, inline functions
+
+This is a place holder for the description of function handles and
+inline functions.
+
+@menu
+* Function Handles::
+* Inline Functions::
+@end menu
+
+@node Function Handles
+@subsection Function Handles
+
+@DOCSTRING(functions)
+
+@DOCSTRING(func2str)
+
+@DOCSTRING(str2func)
+
+@node Inline Functions
+@subsection Inline Functions
+
+@DOCSTRING(inline)
+
+@DOCSTRING(argnames)
+
+@DOCSTRING(formula)
+
+@DOCSTRING(vectorize)
+
 @node Organization of Functions
 @section Organization of Functions Distributed with Octave