comparison scripts/miscellaneous/dump_prefs.m @ 12528:2ac5028e5cb7

dump_prefs.m: Close @deftypefn macro left open.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 12:54:05 -0700
parents 30ee8f0cc7c2
children 72c96de7a403
comparison
equal deleted inserted replaced
12527:30ee8f0cc7c2 12528:2ac5028e5cb7
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} dump_prefs () 20 ## @deftypefn {Function File} {} dump_prefs ()
21 ## @deftypefn {Function File} {} dump_prefs (@var{fid}) 21 ## @deftypefnx {Function File} {} dump_prefs (@var{fid})
22 ## Dump all of the current user preference variables in a format that can be 22 ## Dump all of the current user preference variables in a format that can be
23 ## parsed by Octave later. @var{fid} is a file descriptor as returned by 23 ## parsed by Octave later. @var{fid} is a file descriptor as returned by
24 ## @code{fopen}. If @var{file} is omitted, the listing is printed to stdout. 24 ## @code{fopen}. If @var{file} is omitted, the listing is printed to stdout.
25 ## @end deftypefn 25 ## @end deftypefn
26 26