summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-09-09 01:33:47 (GMT)
committerGitHub <noreply@github.com>2022-09-09 01:33:47 (GMT)
commitc28fb80cf600c0cb84f78ab75f51515d916091f7 (patch)
tree4aa78f3d0575a4e1c68705f269c1a5b47df07faa /configure.ac
parent32a0ed93dc75fb9cfe6f2e4d59233f4c600d746f (diff)
downloadhdf5-c28fb80cf600c0cb84f78ab75f51515d916091f7.zip
hdf5-c28fb80cf600c0cb84f78ab75f51515d916091f7.tar.gz
hdf5-c28fb80cf600c0cb84f78ab75f51515d916091f7.tar.bz2
Main Getting Started page and the three HDF Resources have pages. (#2092)
HDFView is still under construction, but mostly there. Merge the Fortran doxygen changes from develop PR, updated RM index. Adjusted references to UG and created some TODOs for missing UG modules Some may just need a reference back to a section of the user guide. Made some Fortran doxygen changes for overall consistency.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1aa1c99..50984ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1237,7 +1237,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
DOXYGEN_SEARCHENGINE_URL=
DOXYGEN_STRIP_FROM_PATH='$(SRCDIR)'
DOXYGEN_STRIP_FROM_INC_PATH='$(SRCDIR)'
- DOXYGEN_PREDEFINED='H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD'
+ DOXYGEN_PREDEFINED='H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_DOXYGEN_FORTRAN'
DX_INIT_DOXYGEN([HDF5], [./doxygen/Doxyfile], [hdf5lib_docs])
fi