0ad/docs
Cayleb-Ordo fc49384424 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-06-13 17:16:50 +02:00
..
doxygen Add the doxygen cmake file to the CMake Project 2026-06-13 17:16:50 +02:00
io_thesis.pdf
pathfinder.pdf Update the pathfinder docs. 2015-06-27 15:16:21 +00:00
pathfinder.tex Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ray_intersect.bib A more detailed explanation of how the slab method for OBB/ray intersection from Real-Time Rendering, Third Edition works. 2012-07-01 01:02:26 +00:00
ray_intersect.pdf A more detailed explanation of how the slab method for OBB/ray intersection from Real-Time Rendering, Third Edition works. 2012-07-01 01:02:26 +00:00
ray_intersect.tex Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
README.md Add the doxygen cmake file to the CMake Project 2026-06-13 17:16:50 +02:00
timing_pitfalls.pdf
timing_pitfalls.tex Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00

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.