0ad/docs
Ralph Sennhauser 58219b974c
Fix trailing whitespace and add pre-commit hook
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>
2025-06-15 20:08:48 +02:00
..
doxygen Group documentation pages 2025-06-03 20:44:39 +02:00
io_thesis.pdf # final version of thesis 2006-04-07 16:46:40 +00:00
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 A more detailed explanation of how the slab method for OBB/ray intersection from Real-Time Rendering, Third Edition works. 2012-07-01 01:02:26 +00:00
ray_intersect.pdf A more detailed explanation of how the slab method for OBB/ray intersection from Real-Time Rendering, Third Edition works. 2012-07-01 01:02:26 +00:00
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 updated version with fixed bibliography 2007-09-08 16:05:52 +00:00
timing_pitfalls.tex Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00

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.