forked from mirrors/0ad
8ec21aac53
All documentation pages are made subpages of a page Documentation, this helps browse documentation not directly tied to source code. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
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: run "cmake -S . -B output && cmake --build output".
If you build the documentation with cmake, the output is located in the folder html inside your specified build directory.