Mercurial > hg > octave-thorsten
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 +++ b/scripts/general/profexplore.m @@ -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 +++ b/scripts/general/profile.m @@ -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