# HG changeset patch # User Rik # Date 1351741577 25200 # Node ID 63d024333bee2cf191fb4aac2fc3ae434e95e74e # Parent 3649a6012eaac53dfdee5f30343d8582cc8c59a3 doc: Add seealso links between debug_on_XXX functions (bug #37576) * error.cc (Fdebug_on_warning,Fdebug_on_error): Add seealso links between debug_on_XXX functions. * sighandlers.cc (Fdebug_on_interrupt): Add seealso links between debug_on_XXX functions. diff --git a/src/error.cc b/src/error.cc --- a/src/error.cc +++ b/src/error.cc @@ -1800,6 +1800,7 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +@seealso{debug_on_warning, debug_on_interrupt}\n\ @end deftypefn") { return SET_INTERNAL_VARIABLE (debug_on_error); @@ -1816,6 +1817,7 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +@seealso{debug_on_error, debug_on_interrupt}\n\ @end deftypefn") { return SET_INTERNAL_VARIABLE (debug_on_warning); diff --git a/src/sighandlers.cc b/src/sighandlers.cc --- a/src/sighandlers.cc +++ b/src/sighandlers.cc @@ -975,6 +975,7 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +@seealso{debug_on_error, debug_on_warning}\n\ @end deftypefn") { return SET_INTERNAL_VARIABLE (debug_on_interrupt);