Added ldoc comments for all lua modules and generated docs in documentation index.html

This commit is contained in:
SkylarHew
2022-01-20 11:04:44 -07:00
parent 5085d87f68
commit da7b996a8b
41 changed files with 4307 additions and 35 deletions

View File

@ -1,3 +1,5 @@
--- Adds a user to org
-- @module join_org
join_org = {}
@ -7,6 +9,9 @@ join_org.setup = {
desc = "If consent process is passed, initiator joins this org."
}
--- Adds the user to the org
-- @function join_org.initiate
-- @param result
function join_org.initiate(result)
modpol.interactions.binary_poll_user(
initiator,