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,8 +1,6 @@
--- @module Remove Org
-- A simple module that removes an org.
--- A simple module that removes an org.
-- @module remove_org
--- Main module table
remove_org = {
name = "Remove this org",
slug = "remove_org",
@ -12,8 +10,9 @@ remove_org = {
remove_org.config = {}
remove_org.data = {}
--- Initiate function
-- @function initiate
--- Removes org
-- @function remove_org:initiate
-- @param result
function remove_org:initiate(result)
if self.org == modpol.instance then
modpol.interactions.message(