updated the API, fixed the config docs, added a method list to the API pages

This commit is contained in:
Spencer Alger
2014-01-19 12:48:44 -07:00
parent 54beb73c0b
commit 149b099fb5
9 changed files with 3582 additions and 3131 deletions

View File

@ -244,6 +244,7 @@ module.exports = function (branch, done) {
location: location,
docUrl: def.documentation,
name: spec.name,
namespace: spec.name.split('.').slice(0, -1).join('.'),
allParams: allParams
};