# HG changeset patch # User John W. Eaton # Date 1708637642 18000 # Node ID d911fafcf27accb0698ce3ecbde8e09b28e318f0 # Parent b521d6610e35add6a64999de6b7d571321fa50c1 * ov-java.cc: Fix some Doxygen comments. diff -r b521d6610e35 -r d911fafcf27a libinterp/octave-value/ov-java.cc --- a/libinterp/octave-value/ov-java.cc Thu Feb 22 16:14:47 2024 -0500 +++ b/libinterp/octave-value/ov-java.cc Thu Feb 22 16:34:02 2024 -0500 @@ -403,7 +403,7 @@ //! Return the initial classpath. //! //! The initial classpath starts with a pointer to @c octave.jar which is -//! located in the initial java directory given by #java_init_dir(). +//! located in the initial java directory given by #initial_java_dir(). //! //! @attention This is nowhere documented and also the script //! @c javaclasspath.m drops this. On the other hand, this is vital because @@ -657,7 +657,7 @@ //! - '-Xrs' //! //! Further options are read from the file @c java.opts in the directory given -//! by #java_init_dir(). +//! by #initial_java_dir(). //! //! Note that #initial_class_path() determines the initial classpath. This //! is the static classpath which cannot be changed. Elements of the dynamic @@ -1336,6 +1336,7 @@ //! @c Integer, @c Long, @c Short, @c Float, or @c Double, then it will be //! converted using the @c java.lang.Number.doubleValue() method. //! +//! @param jni_env JNI environment pointer. //! @param jobj Java object being returned to Octave //! @return @c true if @c jobj shall be converted into a numeric value //! automatically, @c false otherwise