From 8ea38ebedc846faa547693f60bcd213b21370982 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 29 Aug 2024 19:45:03 -0400
Subject: [PATCH] gpu: Fix wiki category capitalization.
---
include/SDL3/SDL_gpu.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h
index df29b931a1d7c..507162ae8adf4 100644
--- a/include/SDL3/SDL_gpu.h
+++ b/include/SDL3/SDL_gpu.h
@@ -19,8 +19,10 @@
3. This notice may not be removed or altered from any source distribution.
*/
+/* WIKI CATEGORY: GPU */
+
/**
- * # CategoryGpu
+ * # CategoryGPU
*
* Include file for SDL GPU API functions
*/