mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
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. |
||
|---|---|---|
| .. | ||
| doxygen | ||
| io_thesis.pdf | ||
| pathfinder.pdf | ||
| pathfinder.tex | ||
| ray_intersect.bib | ||
| ray_intersect.pdf | ||
| ray_intersect.tex | ||
| README.md | ||
| timing_pitfalls.pdf | ||
| timing_pitfalls.tex | ||
0ad Documentation
-
Lots of general documentation is on the Gitea wiki: https://gitea.wildfiregames.com/0ad/0ad/wiki
-
Doxygen documentation is published at https://docs.wildfiregames.com/pyrogenesis/
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.