diff options
Diffstat (limited to 'src/doc/index.dox')
-rw-r--r-- | src/doc/index.dox | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/doc/index.dox b/src/doc/index.dox index 5ec7889..342db98 100644 --- a/src/doc/index.dox +++ b/src/doc/index.dox @@ -5,6 +5,20 @@ Welcome to the documentation for the crêpe game engine. -\see feature +\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 */ |