Update raylib_parser.c

This commit is contained in:
Ray
2025-09-21 13:12:32 +02:00
parent 1c3f9fa135
commit f0674676b6

View File

@@ -800,7 +800,6 @@ int main(int argc, char* argv[])
for (int i = 0; i < enumCount; i++) for (int i = 0; i < enumCount; i++)
{ {
// Parse enum description // Parse enum description
// NOTE: This is not necessarily from the line immediately before, // NOTE: This is not necessarily from the line immediately before,
// some of the enums have extra lines between the "description" // some of the enums have extra lines between the "description"