You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/08/12 19:14:49 UTC

[54/60] [abbrv] incubator-usergrid git commit: Minor refactoring in API doc generation.

Minor refactoring in API doc generation.

(cherry picked from commit fc52c0e0e036562d4928ebf2e5a83e07c9cfa6aa)


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/cbd78b6a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/cbd78b6a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/cbd78b6a

Branch: refs/heads/two-dot-o-dev
Commit: cbd78b6a3810c7a13735b5f26125f393186d1e58
Parents: 780e3f2
Author: Dave Johnson <sn...@apache.org>
Authored: Fri Aug 7 13:50:56 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Wed Aug 12 13:02:48 2015 -0400

----------------------------------------------------------------------
 content/docs/rest-endpoints/api-reference.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(-)
----------------------------------------------------------------------