We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d484e commit a8e1d1dCopy full SHA for a8e1d1d
1 file changed
README.md
@@ -212,6 +212,17 @@ See example for [Fortran](examples/Fortran/CMakeLists.txt) and [C++](examples/CX
212
**NOTE:** The library does not provide ILP64 support.
213
214
215
+## Building documentation
216
+
217
+To build documentation, you need to have installed [doxygen](https://www.doxygen.nl/index.html).
218
219
+With installed `doxygen`, run:
220
+```console
221
+doxygen DOXYGEN
222
+```
223
+to build documentation in html and latex formats.
224
225
226
## Notes about MPI implementations
227
228
### OpenMPI
0 commit comments