Updated Branches: refs/heads/master 5077ed7e8 -> fd62a22b6
add deleteCacheStorage to TOC in API doc generator Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 8f153a65dd6d0aba42f118352652a4555c3641d6) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd62a22b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fd62a22b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fd62a22b Branch: refs/heads/master Commit: fd62a22b6b0649a6805d23664898615c5307ef0c Parents: 5077ed7 Author: Prasanna Santhanam <t...@apache.org> Authored: Fri Jul 26 09:46:27 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri Jul 26 09:47:01 2013 +0530 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fd62a22b/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 33a7e75..93328c3 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -146,6 +146,7 @@ known_categories = { 'listImageStore': 'Image Store', 'deleteImageStore': 'Image Store', 'createCacheStore': 'Image Store', + 'deleteCacheStore': 'Image Store', 'listCacheStores': 'Image Store', 'InternalLoadBalancer': 'Internal LB', 'DeploymentPlanners': 'Configuration',