define description overrides by version, like examples

This commit is contained in:
spalger
2017-05-01 16:29:24 -07:00
parent b67f3b313d
commit b345e0b13d
19 changed files with 102 additions and 58 deletions

View File

@ -21,7 +21,7 @@ _.each(actions, function (action) {
client.<%= action.name %>([params, [callback]])
--------
<%= description(action.name) %>
<%= action.description %>
Check the *<<api-conventions>>* and <%= action.docUrl %>[the elasticsearch docs] for more information pertaining to this method.