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,6 +1,7 @@
--- Remove child (consent)
-- A simple module that calls a consent process on an org to remove its child
-- Depends on the Consent module.
-- @module remove_child_consent
local remove_child_consent = {
name = "Remove child (consent)",
@ -16,6 +17,9 @@ remove_child_consent.data = {
remove_child_consent.config = {
}
--- Removes a child org with consent
-- @function remove_child_consent:initiate
-- @param result
function remove_child_consent:initiate(result)
local children = {}
for i,v in ipairs(self.org.children) do