summaryrefslogtreecommitdiffstats
path: root/hl/src/H5TBpublic.h
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2022-07-14 16:32:09 (GMT)
committerGitHub <noreply@github.com>2022-07-14 16:32:09 (GMT)
commitc835d16a597982d72bc160a96f2218a20f9dd010 (patch)
tree9681ccbc4d3f2367b78c86b985f5c96954e917e5 /hl/src/H5TBpublic.h
parent385ae6ac5b729e9eaf076bd13424108e168fbf2d (diff)
downloadhdf5-c835d16a597982d72bc160a96f2218a20f9dd010.zip
hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.gz
hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.bz2
Remove superfluous dot from hl doxygen. (#1891)
Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
Diffstat (limited to 'hl/src/H5TBpublic.h')
-rw-r--r--hl/src/H5TBpublic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hl/src/H5TBpublic.h b/hl/src/H5TBpublic.h
index c93f080..9ad8e08 100644
--- a/hl/src/H5TBpublic.h
+++ b/hl/src/H5TBpublic.h
@@ -42,6 +42,9 @@ extern "C" {
* any HDF5 calls to initialize global variables and \ref H5close
* after all HDF5 calls to close the Fortran interface.
*
+ * <table>
+ * <tr valign="top"><td style="border: none;">
+ *
* - Creation
* - \ref H5TBmake_table
* - Storage
@@ -58,6 +61,8 @@ extern "C" {
* - \ref H5TBinsert_field
* - \ref H5TBdelete_field
*
+ * </td><td style="border: none;">
+ *
* - Retrieval
* - \ref H5TBread_table
* - \ref H5TBread_records (No Fortran)
@@ -72,6 +77,9 @@ extern "C" {
* - \ref H5TBAget_fill
* - \ref H5TBAget_title
*
+ * </td></tr>
+ * </table>
+ *
*/
/*-------------------------------------------------------------------------