Updated Branches: refs/heads/master dce355103 -> b9623155a
Adding CacheStores category for API docs, to resolve: Exception: Need to add a category for listCacheStores.xml to /home/hudson/jenkins-slave/workspace/cloudstack-apidocs-master/tools/apidoc/gen_toc.py:known_categories Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b9623155 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b9623155 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b9623155 Branch: refs/heads/master Commit: b9623155a11601ed7e158598774ed7db43339699 Parents: dce3551 Author: Chip Childers <chipchild...@apache.org> Authored: Wed Aug 7 15:53:44 2013 -0400 Committer: Chip Childers <chipchild...@apache.org> Committed: Wed Aug 7 15:53:44 2013 -0400 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b9623155/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 506169c..9e39025 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -155,7 +155,8 @@ known_categories = { 'releaseDedicatedHost': 'Dedicate Resources', 'Baremetal' : 'Baremetal', 'UCS' : 'UCS', - 'Ucs' : 'UCS' + 'Ucs' : 'UCS', + 'CacheStores' : 'Cache Stores' }