working on docs..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-24 03:20:11 +03:00
parent 398ee7431d
commit 23584755ec

View File

@ -184,7 +184,7 @@ Defined inside an action-set:
}], }],
full: ['Short info string', full: ['Short info string',
'Long documentation string, describing the action', 'Long documentation string, describing the action (optional)',
function(){ function(){
// pre code // pre code
// run before the parent action... // run before the parent action...
@ -199,9 +199,6 @@ Defined inside an action-set:
// ... // ...
``` ```
Both documentation strings and the return callback are optional.
The call diagram: The call diagram:
``` ```