From 3dcacd2dc8dca9758f39566563e1af9d68df033a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 22 Apr 2024 16:59:31 -0400 Subject: [PATCH] wikiheaders_options: People can include specific headers if they want! Fixes #9536. --- .wikiheaders-options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wikiheaders-options b/.wikiheaders-options index 2478810842..c3b2789934 100644 --- a/.wikiheaders-options +++ b/.wikiheaders-options @@ -15,5 +15,5 @@ wikiurl = https://wiki.libsdl.org bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new warn_about_missing = 0 wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!) -wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%), but apps should use `#include ` -manpageheaderfiletext = Defined in %fname%, but apps should use #include +wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%) +manpageheaderfiletext = Defined in %fname%