comparison scripts/deprecated/java_invoke.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 cf3bb2f353a5
children
comparison
equal deleted inserted replaced
16345:45916132522a 16346:fe112e09d799
28 ## used as a shortcut syntax. For instance, the two following statements are 28 ## used as a shortcut syntax. For instance, the two following statements are
29 ## equivalent 29 ## equivalent
30 ## 30 ##
31 ## @example 31 ## @example
32 ## @group 32 ## @group
33 ## ret = java_invoke (x, \"method1\", 1.0, \"a string\") 33 ## ret = java_invoke (x, "method1", 1.0, "a string")
34 ## ret = x.method1 (1.0, \"a string\") 34 ## ret = x.method1 (1.0, "a string")
35 ## @end group 35 ## @end group
36 ## @end example 36 ## @end example
37 ## 37 ##
38 ## @seealso{javaMethod, javaObject} 38 ## @seealso{javaMethod, javaObject}
39 ## @end deftypefn 39 ## @end deftypefn