From 8b7533ce84ba278491b39422c7a232f5d192bc31 Mon Sep 17 00:00:00 2001 From: Iron-E <36409591+Iron-E@users.noreply.github.com> Date: Thu, 10 Dec 2020 19:20:32 +0000 Subject: [PATCH] docs(libmodal-lua): separate vars and functions The function separators were mistakenly used for both variables _and_ functions previously. Then, we removed the function separators by accident in order to correct it. This re-established the previous separation by correctly distinguishing variables and functions. --- doc/libmodal-lua.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/libmodal-lua.txt b/doc/libmodal-lua.txt index eaf62fa..61d0fa1 100644 --- a/doc/libmodal-lua.txt +++ b/doc/libmodal-lua.txt @@ -115,7 +115,7 @@ keybinding:expression pairs. See: |libmodal-mode| for more information. -------------------------------------------------------------------------------- -FUNCTIONS *libmodal-lua-ParseTable-functions* +VARIABLES *libmodal-lua-ParseTable-variables* `ParseTable`.CR *libmodal-lua-ParseTable.CR* @@ -127,6 +127,8 @@ FUNCTIONS *libmodal-lua-ParseTable-functions* Value: ~ 13 +-------------------------------------------------------------------------------- +FUNCTIONS *libmodal-lua-ParseTable-functions* `ParseTable`.stringSplit({str}, {regex}) *libmodal-lua-ParseTable.stringSplit()* @@ -503,7 +505,7 @@ These are global functions used throughout the project. They are never modified and never meant TO be modified. -------------------------------------------------------------------------------- -FUNCTIONS *libmodal-lua-globals-functions* +VARIABLES *libmodal-lua-globals-variables* `globals`.DEFAULT_ERROR_TITLE *libmodal-lua-globals.DEFAULT_ERROR_TITLE* @@ -583,6 +585,8 @@ FUNCTIONS *libmodal-lua-globals-functions* Value: ~ 1 +-------------------------------------------------------------------------------- +FUNCTIONS *libmodal-lua-globals-functions* `globals`.is_false({val}) *libmodal-lua-globals.is_false()*