comparison libinterp/corefcn/load-path.cc @ 31593:0f93c3a756f7 stable

doc: grammarcheck documentation ahead of 8.1 release. * interpreter.cc, load-path.cc, warning_ids.m, __memoize__.m, print.m: grammarcheck documentation ahead of 8.1 release.
author Rik <rik@octave.org>
date Tue, 29 Nov 2022 15:58:49 -0800
parents f125ddb46055
children e88a07dec498
comparison
equal deleted inserted replaced
31591:d3ddf7be0235 31593:0f93c3a756f7
2513 2513
2514 DEFMETHOD (command_line_path, interp, args, , 2514 DEFMETHOD (command_line_path, interp, args, ,
2515 doc: /* -*- texinfo -*- 2515 doc: /* -*- texinfo -*-
2516 @deftypefn {} {@var{pathstr} =} command_line_path () 2516 @deftypefn {} {@var{pathstr} =} command_line_path ()
2517 Return the path argument given to Octave at the command line when the 2517 Return the path argument given to Octave at the command line when the
2518 interpreter was started (@env{--path @var{arg}}). 2518 interpreter was started (@w{@env{--path @var{arg}}}).
2519 2519
2520 @seealso{path, addpath, rmpath, genpath, pathdef, savepath, pathsep} 2520 @seealso{path, addpath, rmpath, genpath, pathdef, savepath, pathsep}
2521 @end deftypefn */) 2521 @end deftypefn */)
2522 { 2522 {
2523 if (! args.empty ()) 2523 if (! args.empty ())