summaryrefslogtreecommitdiffstats
path: root/src/H5VLmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-29 13:38:54 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 21:30:28 (GMT)
commit56d9be146fb27456e4c517e49ccf920396824d71 (patch)
treee6287952c20487797f17cea9878bd60f9d51dbfb /src/H5VLmodule.h
parent6ec07ffa9a096791fbb2c6735bd14cdcac24ab5d (diff)
downloadhdf5-56d9be146fb27456e4c517e49ccf920396824d71.zip
hdf5-56d9be146fb27456e4c517e49ccf920396824d71.tar.gz
hdf5-56d9be146fb27456e4c517e49ccf920396824d71.tar.bz2
Fix doxygen errors (#3962)
* Switch warnings as errors to default OFF * Enable mac docs * Add doxygen action uses step * Use html div around snippet * Allow preset name to be an argument to cmake-ctest.yml
Diffstat (limited to 'src/H5VLmodule.h')
-rw-r--r--src/H5VLmodule.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5VLmodule.h b/src/H5VLmodule.h
index 546b31e..19baf34 100644
--- a/src/H5VLmodule.h
+++ b/src/H5VLmodule.h
@@ -606,15 +606,21 @@
* fact, implement some of this functionality as it is possible to mimic the native
* HDF5 connector, however this will probably not be true for most non-native
* VOL connectors.
+ * <div>
* \snippet{doc} tables/volAPIs.dox vol_native_table
+ * </div>
*
* \subsubsection subsubsec_vol_compat_indep List of HDF5 VOL-Independent API Calls
* These HDF5 API calls do not depend on a particular VOL connector being loaded.
+ * <div>
* \snippet{doc} tables/volAPIs.dox vol_independent_table
+ * </div>
*
* \subsubsection subsubsec_vol_compat_opt List of Native VOL Optional Operation Values By Subclass
* These values can be passed to the opt type parameter of H5VLquery optional().
+ * <div>
* \snippet{doc} tables/volAPIs.dox vol_optional_table
+ * </div>
*
*
*