diff src/load-path.cc @ 8812:7d48766c21a5

use consistent format for doc strings of internal functions
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 02:16:34 -0500
parents 5dd06f19e9be
children eb63fbe60fab
line wrap: on
line diff
--- a/src/load-path.cc	Wed Feb 18 23:34:03 2009 -0500
+++ b/src/load-path.cc	Thu Feb 19 02:16:34 2009 -0500
@@ -1830,14 +1830,15 @@
   return octave_value (load_path::system_path ());
 }
 
+// Return Octave's original default list of directories in which to
+// search for function files.  This corresponds to the path that
+// exists prior to running the system's octaverc file or the user's
+// ~/.octaverc file
+
 DEFUN (__pathorig__, , ,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {@var{val} =} __pathorig__ ()\n\
-Return Octave's original default list of directories in which to search\n\
-for function files. This corresponds to the path that exists prior to\n\
-running the system's @file{octaverc}, or the users' @file{~/.octaverc}\n\
-@seealso{path, addpath, rmpath, genpath, savepath, pathsep, \n\
-restoredefaultpath}\n\
+Undocumented internal function.\n\
 @end deftypefn")
 {
   return octave_value (load_path::system_path ());