From f0ebd0625702e94c026eb6fef9594cd2c817c91c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 13 Jul 2017 02:37:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- actions.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/actions.js b/actions.js index 159bb82..159ebda 100755 --- a/actions.js +++ b/actions.js @@ -667,6 +667,17 @@ module.MetaActions = { // Get action documentation... // + // Format: + // { + // action-name: [ + // doc, + // long_doc, + // name, + // ], + // ... + // } + // + // NOTE: oveloading actions will shadow parents doc if they define .doc. getDoc: function(actions){ var res = {} var that = this