0ad/docs/doxygen/mainpage.dox
Ralph Sennhauser 8ec21aac53
Group documentation pages
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>
2025-06-03 20:44:39 +02:00

29 lines
692 B
Text

/*!
@mainpage
<h1>Pyrogenesis</h1>
<p>The Pyrogenesis Engine is specifically designed for flexibility and ease of modification.</p>
<p>This document should help all that want to contribute their Work to this Engine.</p>
<h2>Thirdparty</h2>
- <a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">Vulkan Memory Allocator</a>
- <a href="https://github.com/tinygettext/tinygettext">tinygettext</a>
- <a href="https://github.com/jothepro/doxygen-awesome-css">doxygen-awesome-css</a>
<h2>License</h2>
@link ../../LICENSE.md 0 A.D. Licensing Details
*/
/*!
@page docs Documentation
<h2>Components</h2>
- @subpage writing-components
- @subpage serialization
*/