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.
pull/9/head
Iron-E 3 years ago committed by GitHub
parent e031250f12
commit 8b7533ce84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()*

Loading…
Cancel
Save