diff libinterp/corefcn/variables.cc @ 17756:9aff1c9fd70f

doc: Add missing functions to manual. * doc/interpreter/doccheck/mk_undocumented_list: Mark 'end' as an exception not required to be in manual. * doc/interpreter/gui.txi: Add isguirunning() and desktop() to list of GUI utility functions. * doc/interpreter/octave.texi: Add new subsection "Missing Components" to menu. * doc/interpreter/package.txi: Add "Missing Components" section with DOCSTRING reference for missing_component_hook(). * libinterp/corefcn/variables.cc: Add seealso links between missing_component_hook() and missing_function_hook(). * libinterp/parse-tree/pt-arg-list.cc(Fend): Write docstring for 'end' index keyword.
author Rik <rik@octave.org>
date Thu, 24 Oct 2013 14:44:23 -0700
parents d63878346099
children 175b392e91fe
line wrap: on
line diff
--- a/libinterp/corefcn/variables.cc	Thu Oct 24 17:13:02 2013 -0400
+++ b/libinterp/corefcn/variables.cc	Thu Oct 24 14:44:23 2013 -0700
@@ -2556,6 +2556,7 @@
 When called from inside a function with the @qcode{\"local\"} option, the\n\
 variable is changed locally for the function and any subroutines it calls.  \n\
 The original variable value is restored when exiting the function.\n\
+@seealso{missing_component_hook}\n\
 @end deftypefn")
 {
   return SET_INTERNAL_VARIABLE (missing_function_hook);
@@ -2632,6 +2633,7 @@
 Octave will call @var{fcn} with the name of the function that requires the\n\
 component and a string describing the missing component.  The hook function\n\
 should return an error message to be displayed.\n\
+@seealso{missing_function_hook}\n\
 @end deftypefn")
 {
   return SET_INTERNAL_VARIABLE (missing_component_hook);