Skip to content

Commit 01c3ccd

Browse files
weslordicculus
authored andcommitted
Move comment in .wikiheaders-options to own line
Was not parsing correctly, causing an error
1 parent 3c08172 commit 01c3ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.wikiheaders-options

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ manpageheaderfiletext = Defined in %fname%
2323
# A handful of others we fix up in the header itself with /* WIKI CATEGORY: x */ comments.
2424
headercategoryeval = s/\ASDL_config_.*?\.h\Z//; s/\ASDL_test_.*?\.h\Z//; s/\ASDL_?(.*?)\.h\Z/$1/; ucfirst();
2525

26-
quickrefenabled = 0 # !!! FIXME: maybe later, but there are probably documentation gaps to fix first.
26+
# !!! FIXME: maybe later, but there are probably documentation gaps to fix first.
27+
quickrefenabled = 0
2728
quickrefcategoryorder = Init,Hints,Error,Version,Properties,Log,Video,Events,Keyboard,Mouse,Touch,Gesture,GameController,Joystick,Haptic,Audio,Timer,Render,LoadSO,Thread,Mutex,Atomic,Filesystem,RWOPS,Pixels,Surface,Blendmode,Rect,Clipboard,Messagebox,Vulkan,Metal,Platform,Power,Sensor,Bits,Endian,Assert,CPUInfo,Locale,System,Misc,GUID,Main,Stdinc
2829
quickreftitle = SDL2 API Quick Reference
2930
quickrefurl = https://libsdl.org/

0 commit comments

Comments
 (0)