changeset 33080:d911fafcf27a stable

* ov-java.cc: Fix some Doxygen comments.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Feb 2024 16:34:02 -0500
parents b521d6610e35
children 88f97a67e9fb
files libinterp/octave-value/ov-java.cc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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