Updated Branches: refs/heads/4.2 c917e3884 -> 70facdcc5
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/70facdcc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/70facdcc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/70facdcc Branch: refs/heads/4.2 Commit: 70facdcc58d748e41c59c8bd16c88f922ab662f3 Parents: c917e38 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:59:53 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/70facdcc/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' }