-
Notifications
You must be signed in to change notification settings - Fork 18
7. Doxygen
lukemartinlogan edited this page Jun 8, 2023
·
1 revision
The Doxygen portion of the Hermes documentation can be built as follows:
cmake -D <Other Hermes CMake build options> -DHERMES_ENABLE_DOXYGEN=ON ../
make dox
The HTML version of the documentation will be placed into the _build/html
subfolder of the build directory.
An online version for the latest release is available at https://hdfgroup.github.io/hermes/html/.
The official version for the stable release is available at https://docs.hdfgroup.org/hermes/.