mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-15 21:03:55 -07:00
Some have their editor configured to remove trailing whitespace and editing such a file would "fix" it, adding an unrelated change. Fix whitespace violations excluding third party libs and generated files like glad or patches. Enable pre-commit hook trailing-whitespace to enforce it in the future. Fixes: #8016 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> |
||
|---|---|---|
| .. | ||
| 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: 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.