Minor refactoring in API doc generation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/fc52c0e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/fc52c0e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/fc52c0e0 Branch: refs/heads/master Commit: fc52c0e0e036562d4928ebf2e5a83e07c9cfa6aa Parents: 02fe929 Author: Dave Johnson <snoopd...@apache.org> Authored: Fri Aug 7 13:50:56 2015 -0400 Committer: Dave Johnson <snoopd...@apache.org> Committed: Fri Aug 7 13:50:56 2015 -0400 ---------------------------------------------------------------------- docs/rest-endpoints/api-docs.html | 2350 +++++++----------- docs/rest-endpoints/api-docs.md | 57 +- .../main/groovy/usergrid/ApiDocGenerator.groovy | 43 +- docs/src/main/resources/file-end-html.mustache | 13 - .../src/main/resources/file-start-html.mustache | 21 - docs/src/main/resources/html/file-end.mustache | 13 + .../src/main/resources/html/file-start.mustache | 21 + docs/src/main/resources/html/model.mustache | 38 + docs/src/main/resources/html/operation.mustache | 43 + .../main/resources/markdown/file-start.mustache | 13 + docs/src/main/resources/markdown/model.mustache | 21 + .../main/resources/markdown/operation.mustache | 21 + docs/src/main/resources/model-html.mustache | 38 - docs/src/main/resources/model.mustache | 21 - docs/src/main/resources/operation-html.mustache | 43 - docs/src/main/resources/operation.mustache | 21 - docs/update-api-docs.sh | 2 +- 17 files changed, 1130 insertions(+), 1649 deletions(-) ----------------------------------------------------------------------