Просмотр исходного кода

.wikiheaders-options: Fix Notification category.

Ryan C. Gordon 14 часов назад
Родитель
Сommit
4f778d56fd
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .wikiheaders-options
  2. 1 1
      include/SDL3/SDL_notification.h

+ 1 - 1
.wikiheaders-options

@@ -26,7 +26,7 @@ manpagesymbolfilterregex = \A[US]int\d+\Z
 headercategoryeval = s/\ASDL_test_?.*?\.h\Z//; s/\ASDL_?(.*?)\.h\Z/$1/; ucfirst();
 
 quickrefenabled = 1
-quickrefcategoryorder = Init,Hints,Error,Version,Properties,Log,Video,Events,Keyboard,Mouse,Touch,Gamepad,Joystick,Haptic,Audio,Time,Timer,Render,SharedObject,Thread,Mutex,Atomic,Filesystem,IOStream,AsyncIO,Storage,Pixels,Surface,Blendmode,Rect,Camera,Clipboard,Dialog,Tray,Messagebox,GPU,Vulkan,Metal,Platform,Power,Sensor,Process,Bits,Endian,Assert,CPUInfo,Intrinsics,Locale,System,Misc,GUID,Main,Stdinc
+quickrefcategoryorder = Init,Hints,Error,Version,Properties,Log,Video,Events,Keyboard,Mouse,Touch,Gamepad,Joystick,Haptic,Audio,Time,Timer,Render,SharedObject,Thread,Mutex,Atomic,Filesystem,IOStream,AsyncIO,Storage,Pixels,Surface,Blendmode,Rect,Camera,Messagebox,Clipboard,Dialog,Tray,Notification,GPU,Vulkan,Metal,Platform,Power,Sensor,Process,Bits,Endian,Assert,CPUInfo,Intrinsics,Locale,System,Misc,GUID,Main,Stdinc
 quickreftitle = SDL3 API Quick Reference
 quickrefurl = https://libsdl.org/
 quickrefdesc = The latest version of this document can be found at https://wiki.libsdl.org/SDL3/QuickReference

+ 1 - 1
include/SDL3/SDL_notification.h

@@ -20,7 +20,7 @@
 */
 
 /**
- * # CategoryNotifications
+ * # CategoryNotification
  *
  * Notifications are temporary popup dialogs that passively present
  * information to the user, or prompt user action. They are managed