diff scripts/path/__extractpath__.m @ 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 3422f39573b1
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/path/__extractpath__.m
+++ b/scripts/path/__extractpath__.m
@@ -19,12 +19,13 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{val} =} __extractpath__ (@var{file})
+## Undocumented internal function.
+## @end deftypefn
+
 ## Extact the path information from the script/function @var{file},
 ## created by @file{savepath.m}. If @var{file} is omitted, 
 ## @file{~/.octaverc} is used.  If successful, @code{__extractpath__}
 ## returns the path specified in @var{file}.
-## @seealso{path, addpath, rmpath, genpath, pathdef, savepath, pathsep}
-## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>