0ad/docs
Cayleb-Ordo 19aca9fe74 docs: Improve Doxygen Visuals and Build process
- Switched to CMake for configuring and building the doxygen Website.
 - Set the minimum requirements to CMake >=3.18.4 and Doxygen >=1.9.1.
 - Rewrite the LICENSE.txt and docs README.txt to markdown.
 - Add the folder which is used in the README to gitignore.
 - Add a custom style to the doxygen website based on the docs webpage.
 - Update CI to use the new Doxygen Build process.

Closes #7052
2024-10-26 19:33:38 +02:00
..
doxygen docs: Improve Doxygen Visuals and Build process 2024-10-26 19:33:38 +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
ray_intersect.pdf
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 docs: Improve Doxygen Visuals and Build process 2024-10-26 19:33:38 +02:00
timing_pitfalls.pdf
timing_pitfalls.tex

0ad Documentation

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.