diff scripts/path/matlabroot.m @ 12208:9611014e7cf1

Add function compare_versions to documentation. Update docstrings for surrounding functions in manual.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 16:54:14 -0800
parents fd0a3ac60b0e
children 8c0bf79b5c6a
line wrap: on
line diff
--- a/scripts/path/matlabroot.m
+++ b/scripts/path/matlabroot.m
@@ -17,8 +17,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{val} =} matlabroot ()
-## Return the location of Octave's home directory.
+## @deftypefn {Function File} {} matlabroot ()
+## Return the name of the top-level Octave installation directory.
+##
+## This is an alias for the function @code{OCTAVE_HOME} provided
+## for compatability.
 ## @seealso{OCTAVE_HOME}
 ## @end deftypefn