summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-11-07 22:20:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-11-07 22:20:08 (GMT)
commit2457e584070379240b7a0a721c6fd2a3096a9fd3 (patch)
tree051c92b0d48767b8c753c17003a030bdcccff9a6 /src/CMakeLists.txt
parent014af41c9e703fe05a4ed47458da9a2f58f5e768 (diff)
downloadhdf5-2457e584070379240b7a0a721c6fd2a3096a9fd3.zip
hdf5-2457e584070379240b7a0a721c6fd2a3096a9fd3.tar.gz
hdf5-2457e584070379240b7a0a721c6fd2a3096a9fd3.tar.bz2
Change doxygen brief variable
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index eb2d1c9..38225e9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1365,7 +1365,7 @@ if (DOXYGEN_FOUND)
set (DOXYGEN_VERSION_STRING ${HDF5_VERSION_STRING})
set (DOXYGEN_INCLUDE_ALIASES ${HDF5_DOXYGEN_DIR}/aliases)
set (DOXYGEN_PROJECT_LOGO ${HDF5_DOXYGEN_DIR}/img/HDFG-logo.png)
- set (DOXYGEN_PROJECT_BRIEF "HDF5 (Hierarchical Data Format 5) Software Library and Utilities")
+ set (DOXYGEN_PROJECT_BRIEF "C-API Reference")
set (DOXYGEN_INPUT_DIRECTORY ${HDF5_SRC_DIR} ${HDF5_DOXYGEN_DIR}/dox ${HDF5_GENERATED_SOURCE_DIR}/shared)
set (DOXYGEN_OPTIMIZE_OUTPUT_FOR_C YES)
set (DOXYGEN_MACRO_EXPANSION YES)