From f0674676b6bbcd333088f04e3bac0d5026b891a3 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 21 Sep 2025 13:12:32 +0200 Subject: [PATCH] Update raylib_parser.c --- tools/parser/raylib_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/parser/raylib_parser.c b/tools/parser/raylib_parser.c index 82e22f195..4b5fe1625 100644 --- a/tools/parser/raylib_parser.c +++ b/tools/parser/raylib_parser.c @@ -800,7 +800,6 @@ int main(int argc, char* argv[]) for (int i = 0; i < enumCount; i++) { - // Parse enum description // NOTE: This is not necessarily from the line immediately before, // some of the enums have extra lines between the "description"