Mercurial > hg > octave-jordi
comparison libinterp/corefcn/symtab.cc @ 20171:4f45eaf83908 stable
doc: Update more docstrings to have one sentence summary as first line.
Reviewed libinterp/corefcn directory.
* libinterp/corefcn/__ilu__.cc, libinterp/corefcn/balance.cc,
libinterp/corefcn/besselj.cc, libinterp/corefcn/betainc.cc,
libinterp/corefcn/bitfcns.cc, libinterp/corefcn/bsxfun.cc,
libinterp/corefcn/cellfun.cc, libinterp/corefcn/colloc.cc,
libinterp/corefcn/conv2.cc, libinterp/corefcn/data.cc,
libinterp/corefcn/debug.cc, libinterp/corefcn/defaults.cc,
libinterp/corefcn/det.cc, libinterp/corefcn/dirfns.cc,
libinterp/corefcn/dlmread.cc, libinterp/corefcn/dot.cc,
libinterp/corefcn/eig.cc, libinterp/corefcn/error.cc,
libinterp/corefcn/fft2.cc, libinterp/corefcn/fftn.cc,
libinterp/corefcn/file-io.cc, libinterp/corefcn/filter.cc,
libinterp/corefcn/find.cc, libinterp/corefcn/gammainc.cc,
libinterp/corefcn/gcd.cc, libinterp/corefcn/getgrent.cc,
libinterp/corefcn/getpwent.cc, libinterp/corefcn/getrusage.cc,
libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc,
libinterp/corefcn/hex2num.cc, libinterp/corefcn/input.cc,
libinterp/corefcn/inv.cc, libinterp/corefcn/kron.cc,
libinterp/corefcn/load-path.cc, libinterp/corefcn/load-save.cc,
libinterp/corefcn/lookup.cc, libinterp/corefcn/ls-oct-ascii.cc,
libinterp/corefcn/lsode.cc, libinterp/corefcn/lu.cc,
libinterp/corefcn/luinc.cc, libinterp/corefcn/mappers.cc,
libinterp/corefcn/matrix_type.cc, libinterp/corefcn/max.cc,
libinterp/corefcn/md5sum.cc, libinterp/corefcn/mgorth.cc,
libinterp/corefcn/nproc.cc, libinterp/corefcn/oct-hist.cc,
libinterp/corefcn/ordschur.cc, libinterp/corefcn/pager.cc,
libinterp/corefcn/pinv.cc, libinterp/corefcn/pr-output.cc,
libinterp/corefcn/pt-jit.cc, libinterp/corefcn/quad.cc,
libinterp/corefcn/quadcc.cc, libinterp/corefcn/qz.cc,
libinterp/corefcn/rand.cc, libinterp/corefcn/rcond.cc,
libinterp/corefcn/regexp.cc, libinterp/corefcn/schur.cc,
libinterp/corefcn/sighandlers.cc, libinterp/corefcn/sparse.cc,
libinterp/corefcn/spparms.cc, libinterp/corefcn/str2double.cc,
libinterp/corefcn/strfind.cc, libinterp/corefcn/strfns.cc,
libinterp/corefcn/sub2ind.cc, libinterp/corefcn/svd.cc,
libinterp/corefcn/symtab.cc, libinterp/corefcn/syscalls.cc,
libinterp/corefcn/sysdep.cc, libinterp/corefcn/time.cc,
libinterp/corefcn/toplev.cc, libinterp/corefcn/tril.cc,
libinterp/corefcn/tsearch.cc, libinterp/corefcn/typecast.cc,
libinterp/corefcn/urlwrite.cc, libinterp/corefcn/utils.cc,
libinterp/corefcn/variables.cc, scripts/polynomial/spline.m:
Update more docstrings to have one sentence summary as first line.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 09 May 2015 17:19:30 -0700 |
parents | ed5ee3f610db |
children | abf85f8cbd6c |
comparison
equal
deleted
inserted
replaced
20170:b70f8da6dcd3 | 20171:4f45eaf83908 |
---|---|
1648 "-*- texinfo -*-\n\ | 1648 "-*- texinfo -*-\n\ |
1649 @deftypefn {Built-in Function} {@var{val} =} ignore_function_time_stamp ()\n\ | 1649 @deftypefn {Built-in Function} {@var{val} =} ignore_function_time_stamp ()\n\ |
1650 @deftypefnx {Built-in Function} {@var{old_val} =} ignore_function_time_stamp (@var{new_val})\n\ | 1650 @deftypefnx {Built-in Function} {@var{old_val} =} ignore_function_time_stamp (@var{new_val})\n\ |
1651 Query or set the internal variable that controls whether Octave checks\n\ | 1651 Query or set the internal variable that controls whether Octave checks\n\ |
1652 the time stamp on files each time it looks up functions defined in\n\ | 1652 the time stamp on files each time it looks up functions defined in\n\ |
1653 function files. If the internal variable is set to @qcode{\"system\"},\n\ | 1653 function files.\n\ |
1654 Octave will not automatically recompile function files in subdirectories of\n\ | 1654 \n\ |
1655 @file{@var{octave-home}/lib/@var{version}} if they have changed since\n\ | 1655 If the internal variable is set to @qcode{\"system\"}, Octave will not\n\ |
1656 they were last compiled, but will recompile other function files in the\n\ | 1656 automatically recompile function files in subdirectories of\n\ |
1657 search path if they change. If set to @qcode{\"all\"}, Octave will not\n\ | 1657 @file{@var{octave-home}/lib/@var{version}} if they have changed since they were last compiled, but will recompile other function files in the search path if they change.\n\ |
1658 recompile any function files unless their definitions are removed with\n\ | 1658 \n\ |
1659 @code{clear}. If set to @qcode{\"none\"}, Octave will always check time\n\ | 1659 If set to @qcode{\"all\"}, Octave will not recompile any function files\n\ |
1660 stamps on files to determine whether functions defined in function files\n\ | 1660 unless their definitions are removed with @code{clear}.\n\ |
1661 need to recompiled.\n\ | 1661 \n\ |
1662 If set to @qcode{\"none\"}, Octave will always check time stamps on files to\n\ | |
1663 determine whether functions defined in function files need to recompiled.\n\ | |
1662 @end deftypefn") | 1664 @end deftypefn") |
1663 { | 1665 { |
1664 octave_value retval; | 1666 octave_value retval; |
1665 | 1667 |
1666 int nargin = args.length (); | 1668 int nargin = args.length (); |