changeset 13191:c5ddb99ff5de

Put @seealso in profiler functions' docstrings. * profile.m: Mention profshow, profexplore * profshow.m: Mention profile, profexplore * profexplore.m: Mention profile, profshow
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 22 Sep 2011 16:01:28 -0500
parents c23777dfb1e9
children 968e89b45bbf
files scripts/general/profexplore.m scripts/general/profile.m scripts/general/profshow.m
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/profexplore.m	Thu Sep 22 15:37:29 2011 -0500
+++ b/scripts/general/profexplore.m	Thu Sep 22 16:01:28 2011 -0500
@@ -24,6 +24,7 @@
 ## @code{profile ('info')}, this command opens an interactive prompt
 ## that can be used to explore the call-tree.  Type @kbd{help} to get a list
 ## of possible commands.
+## @seealso{profile, profshow}
 ## @end deftypefn
 
 ## Built-in profiler.
--- a/scripts/general/profile.m	Thu Sep 22 15:37:29 2011 -0500
+++ b/scripts/general/profile.m	Thu Sep 22 16:01:28 2011 -0500
@@ -55,6 +55,7 @@
 ## has an index into the @code{FunctionTable} identifying the function it
 ## corresponds to as well as data fields for number of calls and time spent
 ## at this level in the call-tree.
+## @seealso{profshow, profexplore}
 ## @end table
 ## @end deftypefn
 
--- a/scripts/general/profshow.m	Thu Sep 22 15:37:29 2011 -0500
+++ b/scripts/general/profshow.m	Thu Sep 22 16:01:28 2011 -0500
@@ -30,6 +30,7 @@
 ##
 ## The attribute column shows @samp{R} for recursive functions and nothing
 ## otherwise.
+## @seealso{profexplore, profile}
 ## @end deftypefn
 
 ## Built-in profiler.