From 8d669a72a2184705671efe23fd1a3a4400e8592d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 10 Dec 2024 11:23:47 -0500 Subject: [PATCH] docs: enable Quick Reference wiki page --- .wikiheaders-options | 4 ++++ include/SDL3_image/SDL_image.h | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.wikiheaders-options b/.wikiheaders-options index 84a7affb..23065f6a 100644 --- a/.wikiheaders-options +++ b/.wikiheaders-options @@ -16,3 +16,7 @@ warn_about_missing = 0 wikipreamble = (This function is part of SDL_image, a separate library from SDL.) wikiheaderfiletext = Defined in [](https://github.com/libsdl-org/SDL_image/blob/main/include/SDL3_image/%fname%) manpageheaderfiletext = Defined in SDL3_image/%fname% +quickrefenabled = 1 +quickreftitle = SDL3_image API Quick Reference +quickrefurl = https://libsdl.org/ +quickrefdesc = The latest version of this document can be found at https://wiki.libsdl.org/SDL3_image/QuickReference diff --git a/include/SDL3_image/SDL_image.h b/include/SDL3_image/SDL_image.h index ae40e751..f147da65 100644 --- a/include/SDL3_image/SDL_image.h +++ b/include/SDL3_image/SDL_image.h @@ -19,13 +19,16 @@ 3. This notice may not be removed or altered from any source distribution. */ +/* WIKI CATEGORY: SDLImage */ + /** - * \file SDL_image.h + * # CategorySDLImage * - * Header file for SDL_image library + * Header file for SDL_image library * * A simple library to load images of various formats as SDL surfaces */ + #ifndef SDL_IMAGE_H_ #define SDL_IMAGE_H_