diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-11 22:07:17 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-11 22:07:17 +0100 |
commit | cc8add56f9b8f0a32e7ab35a63454fed81eaacba (patch) | |
tree | e765a71b4a9b8798d99873fdcaf9487bc8f2954e /src/doc/index.dox | |
parent | b6609ecd6636e65db76eb11617923222921d52d2 (diff) | |
parent | f06be6004ec8b47e3b4b1ba4fda068b365923683 (diff) |
Merge branch 'loek/doxygen'
Diffstat (limited to 'src/doc/index.dox')
-rw-r--r-- | src/doc/index.dox | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/doc/index.dox b/src/doc/index.dox index 7796f34..342db98 100644 --- a/src/doc/index.dox +++ b/src/doc/index.dox @@ -5,7 +5,14 @@ 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 */ |