Skip to content

Commit a8e1d1d

Browse files
committed
Add info how to build docs
1 parent 66d484e commit a8e1d1d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,17 @@ See example for [Fortran](examples/Fortran/CMakeLists.txt) and [C++](examples/CX
212212
**NOTE:** The library does not provide ILP64 support.
213213

214214

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+
215226
## Notes about MPI implementations
216227

217228
### OpenMPI

0 commit comments

Comments
 (0)