diff --git a/.wikiheaders-options b/.wikiheaders-options index 5328d0a05..914a89528 100644 --- a/.wikiheaders-options +++ b/.wikiheaders-options @@ -16,3 +16,7 @@ warn_about_missing = 0 wikipreamble = (This function is part of SDL_mixer, a separate library from SDL.) wikiheaderfiletext = Defined in [](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/%fname%) manpageheaderfiletext = Defined in SDL3_mixer/%fname% +quickrefenabled = 1 +quickreftitle = SDL3_mixer API Quick Reference +quickrefurl = https://libsdl.org/ +quickrefdesc = The latest version of this document can be found at https://wiki.libsdl.org/SDL3_mixer/QuickReference diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h index e145d962a..f2c674897 100644 --- a/include/SDL3_mixer/SDL_mixer.h +++ b/include/SDL3_mixer/SDL_mixer.h @@ -19,10 +19,12 @@ 3. This notice may not be removed or altered from any source distribution. */ +/* WIKI CATEGORY: SDLMixer */ + /** - * \file SDL_mixer.h + * # CategorySDLMixer * - * Header file for SDL_mixer library + * Header file for SDL_mixer library * * A simple library to play and mix sounds and musics */