diff options
Diffstat (limited to 'src/doc/features.dox')
-rw-r--r-- | src/doc/features.dox | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/doc/features.dox b/src/doc/features.dox new file mode 100644 index 0000000..21a040a --- /dev/null +++ b/src/doc/features.dox @@ -0,0 +1,28 @@ +// vim:ft=doxygen +/** + +\htmlonly +<style> +table.memberdecls { display: none; } +ul { margin: 1ex 0pt; } +</style> +\endhtmlonly + +\defgroup feature Features +\brief Engine components + +This page lists engine features and contains usage instructions for each +feature. + +\par Features + +- Scripting + - \ref feature_script \n\copybrief feature_script + +- Game flow management + - \ref feature_scene \n\copybrief feature_scene + +- Entity + - \ref feature_gameobject \n\copybrief feature_gameobject + +*/ |