0ad/docs/README.md

17 lines
493 B
Markdown
Raw Normal View History

# 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:
```console
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.