Mercurial > hg > octave-lyh
comparison scripts/path/pathdef.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | d1978e7364ad |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
10820:c44c786f87ba | 10821:693e22af08ae |
---|---|
23 ## The path information is extracted from one of three sources. | 23 ## The path information is extracted from one of three sources. |
24 ## In order of preference, those are; | 24 ## In order of preference, those are; |
25 ## | 25 ## |
26 ## @enumerate | 26 ## @enumerate |
27 ## @item @file{~/.octaverc} | 27 ## @item @file{~/.octaverc} |
28 ## | |
28 ## @item @file{<octave-home>/@dots{}/<version>/m/startup/octaverc} | 29 ## @item @file{<octave-home>/@dots{}/<version>/m/startup/octaverc} |
30 ## | |
29 ## @item Octave's path prior to changes by any octaverc. | 31 ## @item Octave's path prior to changes by any octaverc. |
30 ## @end enumerate | 32 ## @end enumerate |
31 ## @seealso{path, addpath, rmpath, genpath, savepath, pathsep} | 33 ## @seealso{path, addpath, rmpath, genpath, savepath, pathsep} |
32 ## @end deftypefn | 34 ## @end deftypefn |
33 | 35 |