You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/01/16 00:55:10 UTC

[34/43] git commit: Revert "apidoc: Remove api discovery from toc"

Revert "apidoc: Remove api discovery from toc"

This reverts commit 66514c00efad5c93a2b0996f1e79222cbff9bd48.


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

Branch: refs/heads/api_limit
Commit: 7374056493ab5beccd514d115185f73feeead223
Parents: d8b0450
Author: Rohit Yadav <bh...@apache.org>
Authored: Mon Jan 14 20:55:13 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Mon Jan 14 20:55:13 2013 -0800

----------------------------------------------------------------------
 tools/apidoc/gen_toc.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/73740564/tools/apidoc/gen_toc.py
----------------------------------------------------------------------
diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index 0b281a2..7739aea 100644
--- a/tools/apidoc/gen_toc.py
+++ b/tools/apidoc/gen_toc.py
@@ -129,6 +129,7 @@ known_categories = {
     'AutoScale': 'AutoScale',
     'Counter': 'AutoScale',
     'Condition': 'AutoScale',
+    'Api': 'API Discovery',
     }