summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_api.json
AgeCommit message (Collapse)Author
2022-01-04JSON parser: Use array for function params (#2255) (#2264)gtrxAC
* JSON parser: Use array for function params (#2255) * Parser: follow C convention of type before name
2021-12-16Parse struct descriptions (#2214)Benedek Szilvasy
* Update struct parser to parse from lines buffer * Parse struct description * Fix erroneous comment
2021-12-16Parse enum descriptions and value descriptions (#2208)Benedek Szilvasy
* Parse enum descriptions and value descriptions * Put braces on newline * Properly escape strings * Realise that XML doesn't actually need backslash escapes * Replace FPrintfEscapes with EscapeBackslashes * Remove #include <stdarg.h> * Update EscapeBackslashes description
2021-11-10Update parser files (#2125)Laurentino Luna
2021-10-02Rename BRDG typo to BDRF (#2028)Chris
2021-06-13Improved raylib parser to export data as XMLRay
- Improved command-line - Added XML support - Added sample outputs: DEFAULT, JSON, XML - Reviewed LoadFileText() bug - Removed trailing spaces