From 8311dfd354f136333a6fc5084ef2f7a637339959 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 24 Aug 2023 20:27:02 +0300 Subject: [PATCH] Renamed doc_parser.lua to docgen.lua. --- README.md | 4 ++-- changelog | 1 + doc_parser.lua => docgen.lua | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename doc_parser.lua => docgen.lua (100%) diff --git a/README.md b/README.md index 1a12241..2fc5fe1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Reilua means fair in finnish. ## Status -ReiLua is WIP and some planned raylib functionality is still missing but it already has over 600 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.5.0. +ReiLua is WIP and some planned raylib functionality is still missing but it already has over 700 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.5.0. Included submodules. @@ -85,7 +85,7 @@ ReiLua can also be used to run single lua file using interpreter mode with argum Generate API.md and ReiLua_API.lua from build folder with command. ``` -./Reilua -i ../doc_parser.lua +./Reilua -i ../docgen.lua ``` ## Building diff --git a/changelog b/changelog index bdaad06..f9b4bc9 100644 --- a/changelog +++ b/changelog @@ -99,6 +99,7 @@ Detailed changes: - ADDED: ImageBlurGaussian - ADDED: Values for API.md - ADDED: GetFontTexture + - CHANGED: Renamed doc_parser.lua to docgen.lua ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 diff --git a/doc_parser.lua b/docgen.lua similarity index 100% rename from doc_parser.lua rename to docgen.lua