diff doc/interpreter/func.txi @ 14175:3972c4caa60a stable

Add new function is_function_handle (patch #7695) * contributors.in: Add Juan Pablo Carbajal to list of contributors. * func.txi: Add docstring to function handle chapter. * ov-fcn-handle.cc: Add new function is_function_handle ().
author Juan Pablo Carbajal <carbajal@ifi.uzh.ch>
date Sun, 08 Jan 2012 20:26:35 -0800
parents 72c96de7a403
children c1f9b54350f9
line wrap: on
line diff
--- a/doc/interpreter/func.txi
+++ b/doc/interpreter/func.txi
@@ -1145,6 +1145,8 @@
 @end group
 @end example
 
+@DOCSTRING(is_function_handle)
+
 @DOCSTRING(functions)
 
 @DOCSTRING(func2str)