comparison doc/interpreter/system.txi @ 20059:cf9b94a89620

Document get_home_directory in Octave manual and NEWS file. * NEWS: Add get_home_directory to list of new functions. * system.txi: Add get_home_directory to manual. * sysdep.cc(Fget_home_directory): Use preferred docstring format of single line summary sentence followed by second paragragh of explanation. Add BIST test.
author Rik <rik@octave.org>
date Thu, 02 Apr 2015 15:36:38 -0700
parents 4197fc428c7d
children 31f89b12aaf7
comparison
equal deleted inserted replaced
20058:6babcfbe1a0a 20059:cf9b94a89620
404 404
405 @DOCSTRING(setenv) 405 @DOCSTRING(setenv)
406 406
407 @DOCSTRING(unsetenv) 407 @DOCSTRING(unsetenv)
408 408
409 @DOCSTRING(get_home_directory)
410
409 @node Current Working Directory 411 @node Current Working Directory
410 @section Current Working Directory 412 @section Current Working Directory
411 413
412 @DOCSTRING(cd) 414 @DOCSTRING(cd)
413 415