Added ldoc comments for all lua modules and generated docs in documentation index.html
This commit is contained in:
@ -38,7 +38,7 @@ module_template.config = {
|
||||
-- <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 initiate
|
||||
-- @function module_template:initiate
|
||||
function module_template:initiate(result)
|
||||
-- call interaction functions here!
|
||||
|
||||
|
Reference in New Issue
Block a user