mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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>
29 lines
692 B
Text
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
|
|
|
|
*/
|