Codechange: Add main page to script API documentation

This commit is contained in:
frosch
2024-03-24 18:54:12 +01:00
committed by Peter Nelson
parent dfa2622153
commit 40e6230900
3 changed files with 34 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
*/
/**
* @file ai_changelog.hpp Lists all changes / additions to the API.
* @page ai_changelog Lists all changes / additions to the API.
*
* Only new / renamed / deleted api functions will be listed here. A list of
* bug fixes can be found in the normal changelog. Note that removed API
@@ -457,3 +457,17 @@
* \b 0.7.0
* \li First stable release with the NoAI framework.
*/
/**
* @mainpage
*
* What's new?
* \li \ref ai_changelog
*
* Main classes:
* \li \ref AIInfo
* \li \ref AIController
*
* Detail topics:
* \li \ref script_ids
*/