From 497f1492319fbb0393712eedcea20a0ae2dcc3f6 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 10 Dec 2024 11:23:39 -0500
Subject: [PATCH] docs: enable Quick Reference wiki page
---
.wikiheaders-options | 4 ++++
include/SDL3_mixer/SDL_mixer.h | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
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 [<SDL3_mixer/%fname%>](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
*/