Added ldoc comments for all lua modules and generated docs in documentation index.html
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user