summaryrefslogtreecommitdiffstats
path: root/hl/src/H5TBpublic.h
diff options
context:
space:
mode:
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>
+ *
*/
/*-------------------------------------------------------------------------