summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-24 21:09:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-24 21:09:39 (GMT)
commitc148ad90f0604e67065a1a82a0ade72984672173 (patch)
treee2589411dfebf6c4fa4164ee693881603c34842a
parentbce204f7f3337424d99df0d6c18f701fc9727cb4 (diff)
downloadhdf5-c148ad90f0604e67065a1a82a0ade72984672173.zip
hdf5-c148ad90f0604e67065a1a82a0ade72984672173.tar.gz
hdf5-c148ad90f0604e67065a1a82a0ade72984672173.tar.bz2
Fix javadoc
-rw-r--r--java/src/hdf/hdf5lib/H5.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 23e2a34..5e13fdf 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -2895,7 +2895,8 @@ public class H5 implements java.io.Serializable {
* @param file_id
* IN: Identifier of the target file.
*
- * @param mdc_logging_status, the status
+ * @param mdc_logging_status
+ * the status
* mdc_logging_status[0] = is_enabled, whether logging is enabled
* mdc_logging_status[1] = is_currently_logging, whether events are currently being logged
*
@@ -5813,7 +5814,8 @@ public class H5 implements java.io.Serializable {
*
* @param fapl_id
* IN: File access property list identifier
- * @param mdc_log_options, the options
+ * @param mdc_log_options
+ * the options
* mdc_logging_options[0] = is_enabled, whether logging is enabled
* mdc_logging_options[1] = start_on_access, whether the logging begins as soon as the file is opened or created
*