Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-13 02:37:12 +03:00
parent e904f8d869
commit f0ebd06257

View File

@ -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