diff src/DLD-FUNCTIONS/spparms.cc @ 14361:8de863b7126b

doc: Use Octave preference for double quote in docstrings in all .cc files * cellfun.cc, chol.cc, colamd.cc, dlmread.cc, eigs.cc, fftw.cc, lu.cc, luinc.cc, matrix_type.cc, spparms.cc, symrcm.cc, data.cc, dirfns.cc, error.cc: Use Octave preference for double quote in docstrings.
author Rik <octave@nomad.inbox5.com>
date Mon, 13 Feb 2012 07:45:41 -0800
parents 72c96de7a403
children b76f0740940e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/spparms.cc	Mon Feb 13 07:42:56 2012 -0800
+++ b/src/DLD-FUNCTIONS/spparms.cc	Mon Feb 13 07:45:41 2012 -0800
@@ -40,8 +40,8 @@
 @deftypefnx {Loadable Function} {[@var{keys}, @var{vals}] =} spparms ()\n\
 @deftypefnx {Loadable Function} {@var{val} =} spparms (@var{key})\n\
 @deftypefnx {Loadable Function} { } spparms (@var{vals})\n\
-@deftypefnx {Loadable Function} { } spparms ('defaults')\n\
-@deftypefnx {Loadable Function} { } spparms ('tight')\n\
+@deftypefnx {Loadable Function} { } spparms (\"defaults\")\n\
+@deftypefnx {Loadable Function} { } spparms (\"tight\")\n\
 @deftypefnx {Loadable Function} { } spparms (@var{key}, @var{val})\n\
 Query or set the parameters used by the sparse solvers and factorization\n\
 functions.  The first four calls above get information about the current\n\
@@ -97,7 +97,7 @@
 The value of individual keys can be set with\n\
 @code{spparms (@var{key}, @var{val})}.\n\
 The default values can be restored with the special keyword\n\
-'defaults'.  The special keyword 'tight' can be used to set the mmd solvers\n\
+\"defaults\".  The special keyword \"tight\" can be used to set the mmd solvers\n\
 to attempt a sparser solution at the potential cost of longer running\n\
 time.\n\
 @end deftypefn")