0ad/docs/README.md
Cayleb-Ordo d58f6cb4ce Add the doxygen cmake file to the CMake Project
Make the docs its own target instead of a project. Dont add the
new docs target to ALL. Add an option to disable generating the
docs.
Update doxygen_awesome to v2.4.2.
Update README to reflect new changes.
2026-05-15 23:35:43 +02:00

493 B

0ad Documentation

Building the Doxygen documentation

To generate the Doxygen documentation:

cmake -S 0ad/rootdir -B output && cmake --build output --target docs

If you build the documentation with cmake, the output is located in the folder html inside your specified build directory.