blob: 342db98b9548fee854d015c1253b34e30662bac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// vim:ft=doxygen
/**
\mainpage crêpe game engine
Welcome to the documentation for the crêpe game engine.
\see \ref install "Engine installation instructions"
\see \ref feature "Example code and usage instructions"
\see [API documentation](annotated.html)
\noop No bold links in "See also" section
\htmlonly
<style> .section.see a { font-weight: normal; } </style>
\endhtmlonly
*/
/**
\namespace crepe
\brief Engine namespace
*/
|