Mercurial > hg > octave-nkf
diff scripts/deprecated/java_convert_matrix.m @ 16346:fe112e09d799
doc: Replace \" with " in deprecated java m-files copied from C++ sources.
scripts/deprecated/java_convert_matrix.m, scripts/deprecated/java_debug.m,
scripts/deprecated/java_invoke.m, scripts/deprecated/java_unsigned_conversion.m:
Replace \" with " in deprecated java m-files copied from C++ sources.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 20 Mar 2013 14:10:48 -0700 |
parents | d9b8333df5e4 |
children | bc924baa2c4e |
line wrap: on
line diff
--- a/scripts/deprecated/java_convert_matrix.m +++ b/scripts/deprecated/java_convert_matrix.m @@ -19,11 +19,11 @@ ## -*- texinfo -*- ## @deftypefn {Built-in Function} {@var{val} =} java_convert_matrix () ## @deftypefnx {Built-in Function} {@var{old_val} =} java_convert_matrix (@var{new_val}) -## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, \"local\") +## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, "local") ## Query or set the internal variable that controls whether Java arrays are ## automatically converted to Octave matrices. The default value is false. ## -## When called from inside a function with the \"local\" option, the variable is +## When called from inside a function with the "local" option, the variable is ## changed locally for the function and any subroutines it calls. The original ## variable value is restored when exiting the function. ## @seealso{java_matrix_autoconversion, java_unsigned_conversion, java_debug}