diff src/defaults.cc @ 3446:5ee5afb3981a

[project @ 2000-01-17 09:42:43 by jwe]
author jwe
date Mon, 17 Jan 2000 09:42:48 +0000
parents 9610d364e444
children d14c483b3c12
line wrap: on
line diff
--- a/src/defaults.cc
+++ b/src/defaults.cc
@@ -496,17 +496,24 @@
 @end defvr");
 
   DEFCONST (OCTAVE_HOME, Voctave_home,
-    "top-level Octave installation directory");
+    "-*- texinfo -*-\n\
+@defvr {Built-in Variable} OCTAVE_HOME\n\
+The name of the top-level Octave installation directory.\n\
+@end defvr");
 
   DEFCONSTX ("OCTAVE_VERSION", SBV_OCTAVE_VERSION, OCTAVE_VERSION,
     "-*- texinfo -*-\n\
 @defvr {Built-in Variable} OCTAVE_VERSION\n\
 The version number of Octave, as a string.\n\
 @end defvr");
+
 }
 
 DEFUN (rehash, , ,
-  "rehash (): reinitialize LOADPATH directory cache")
+  "-*- texinfo -*-\n\
+@deftypefn {Built-in Function} {} rehash ()\n\
+Reinitialize Octave's @code{LOADPATH} directory cache.\n\
+@end deftypefn")
 {
   octave_value_list retval;