Skip to content

Commit

Permalink
docs: enable Quick Reference wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 10, 2024
1 parent 33d18dd commit 8d669a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .wikiheaders-options
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ warn_about_missing = 0
wikipreamble = (This function is part of SDL_image, a separate library from SDL.)
wikiheaderfiletext = Defined in [<SDL3_image/%fname%>](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
7 changes: 5 additions & 2 deletions include/SDL3_image/SDL_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down

0 comments on commit 8d669a7

Please sign in to comment.