diff options
| author | Ray <[email protected]> | 2022-08-02 21:02:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-02 21:02:11 +0200 |
| commit | 2ce0722fb8b0b175551c4a3c5fdf64761887964f (patch) | |
| tree | e4e741eb38c8083a7326cfdcc251f27f8e9daf23 /parser/README.md | |
| parent | 72b2d1335ab60101d38d588e5943d29d428f7332 (diff) | |
| download | raylib-2ce0722fb8b0b175551c4a3c5fdf64761887964f.tar.gz raylib-2ce0722fb8b0b175551c4a3c5fdf64761887964f.zip | |
Update README.md
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parser/README.md b/parser/README.md index f8c0abe3..744219d3 100644 --- a/parser/README.md +++ b/parser/README.md @@ -1,8 +1,9 @@ # raylib parser -This parser scans [`raylib.h`](../src/raylib.h) to get information about `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` - `struct FunctionInfo` - `struct StructInfo` - `struct EnumInfo` |
