summaryrefslogtreecommitdiffstats
path: root/doxygen/dox
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 /doxygen/dox
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 'doxygen/dox')
-rw-r--r--doxygen/dox/LearnBasics3.dox2
-rw-r--r--doxygen/dox/PredefinedDatatypeTables.dox35
2 files changed, 28 insertions, 9 deletions
diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox
index 435187e..195213b 100644
--- a/doxygen/dox/LearnBasics3.dox
+++ b/doxygen/dox/LearnBasics3.dox
@@ -288,7 +288,7 @@ is met, at a certain point in the future.)
\section secLBContentsProg Programming Example
-\subsection subsecLBContentsProgUsing Using #H5Literate, #H5Lvisit and #H5Ovisit
+\subsection subsecLBContentsProgUsing Using H5Literate, H5Lvisit and H5Ovisit
For example code, see the \ref HDF5Examples page.
Specifically look at the \ref ExAPI.
There are examples for different languages, where examples of using #H5Literate and #H5Ovisit/#H5Lvisit are included.
diff --git a/doxygen/dox/PredefinedDatatypeTables.dox b/doxygen/dox/PredefinedDatatypeTables.dox
index fbafa94..0b40516 100644
--- a/doxygen/dox/PredefinedDatatypeTables.dox
+++ b/doxygen/dox/PredefinedDatatypeTables.dox
@@ -1,22 +1,41 @@
/** \page predefined_datatypes_tables HDF5 Predefined Datatypes
+ *
+ * \section sec_predefined_datatypes_tables HDF5 Predefined Datatypes
*
* The following datatypes are predefined in HDF5.
- *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_ieee_datatypes_table
+ * </div>
*
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_std_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_unix_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_string_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_intel_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_dec_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_mips_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_native_datatypes_table
- *
+ * </div>
+ *
+ * <div>
* \snippet{doc} tables/predefinedDatatypes.dox predefined_c9x_datatypes_table
+ * </div>
*/