various rlparser fixes (#5794)

This commit is contained in:
Caleb Norton
2026-04-24 14:08:20 -05:00
committed by GitHub
parent d892f3ba4a
commit 4ee2013169
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# rlparser - raylib parser
This parser scans [`raylib.h`](../src/raylib.h) to get information about `defines`, `structs`, `enums` and `functions`.
This parser scans [`raylib.h`](../../src/raylib.h) to get information about `defines`, `structs`, `enums` and `functions`.
All data is separated into parts, usually as strings. The following types are used for data:
- `struct DefineInfo`