diff options
| author | Ray <[email protected]> | 2021-05-31 12:37:03 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-05-31 12:37:03 +0200 |
| commit | 565319184cbba9ba76fd855d5d23fa2691e9d75f (patch) | |
| tree | f1dabcd7a4990fcf7fac1917e2592cd852cd33ed /parser/README.md | |
| parent | 2760304d668aa886b0170922a0aa194e541e68b5 (diff) | |
| download | raylib-565319184cbba9ba76fd855d5d23fa2691e9d75f.tar.gz raylib-565319184cbba9ba76fd855d5d23fa2691e9d75f.zip | |
Reviewed struct field name
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/README.md b/parser/README.md index 85c21266..a21d6787 100644 --- a/parser/README.md +++ b/parser/README.md @@ -32,7 +32,7 @@ This parser is specifically designed to work with raylib.h, so, it has some cons ``` <desc> typedef enum { - <valueName[0]> = <valueInt[0]>, <valueDesc[0]> + <valueName[0]> = <valueInteger[0]>, <valueDesc[0]> <valueName[1]>, <valueName[2]>, <valueDesc[2]> <valueName[3]> <valueDesc[3]> @@ -41,7 +41,7 @@ This parser is specifically designed to work with raylib.h, so, it has some cons _NOTE: For enums, multiple options are supported:_ - - If value is not provided, (<valueInt[i -1]> + 1) is assigned + - If value is not provided, (<valueInteger[i -1]> + 1) is assigned - Value description can be provided or not ## Additional notes |
