summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-11-04 13:55:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-11-04 13:55:41 (GMT)
commit014af41c9e703fe05a4ed47458da9a2f58f5e768 (patch)
treeaae5ea5d5d95996e284227f7f01d9581703f371c
parent2c28470831977eb0444fe53188475e5e1cc5c17c (diff)
downloadhdf5-014af41c9e703fe05a4ed47458da9a2f58f5e768.zip
hdf5-014af41c9e703fe05a4ed47458da9a2f58f5e768.tar.gz
hdf5-014af41c9e703fe05a4ed47458da9a2f58f5e768.tar.bz2
Doxygen correct typos
-rw-r--r--configure.ac2
-rw-r--r--release_docs/RELEASE.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e5041c6..2f5a5b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1102,7 +1102,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
#AC_SUBST([DOXYGEN_OUTPUT_DIR], [hdf5lib_docs])
else
- AC_MSG_RESULT([no])
+ echo "Doxygen support is disabled"
fi
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index af697f1..266f767 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -52,8 +52,8 @@ New Features
Autoconf option is '--enable-doxygen'
autotools make target is 'doxygen' and will build all doxygen targets
- CMake confgure option is 'HDF5_BUILD_DOC'.
- CMake target is 'doxygen' for all availble doxygen targets
+ CMake configure option is 'HDF5_BUILD_DOC'.
+ CMake target is 'doxygen' for all available doxygen targets
CMake target is 'hdf5lib_doc' for the src subdirectory
(ADB - 2020/11/03)