Added LDoc comments for new files, ready to merge pt. 2
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
--- Template for module writers
|
||||
--- Template for module writers.
|
||||
-- Short description goes here.
|
||||
-- @module module_template
|
||||
|
||||
--- (Required): Data table containing name and description of the module
|
||||
@ -37,8 +38,8 @@ module_template.config = {
|
||||
-- <li><code>self.org</code> (the org the module was called in),</li>
|
||||
-- <li><code>self.initiator</code> (the user that callced the module),</li>
|
||||
-- <li><code>self.id</code> (the process id of the module instance)</li>
|
||||
-- @param result (optional) Callback if this module is embedded in other modules
|
||||
-- @function module_template:initiate
|
||||
-- @param result (optional) Callback if this module is embedded in other modules
|
||||
function module_template:initiate(result)
|
||||
-- call interaction functions here!
|
||||
|
||||
|
Reference in New Issue
Block a user