Doxygen prerequisite in dev guide

This commit is contained in:
Joffrey Dorville 2026-06-01 17:36:03 -05:00
parent 5a64b19015
commit 5e50301e0a

View file

@ -14,6 +14,11 @@ Python API. That is, from the root directory of the OpenMC repository:
python -m pip install ".[docs]"
The OpenMC documentation also uses Doxygen to automatically generate its
C/C++ API documentation directly from the docstrings available in the source
code. You will need to have a working installation of Doxygen to generate the
documentation locally.
-----------------------------------
Building Documentation as a Webpage
-----------------------------------