Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C26B11C5D for ; Sat, 16 Aug 2014 10:55:49 +0000 (UTC) Received: (qmail 98507 invoked by uid 500); 16 Aug 2014 10:55:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98472 invoked by uid 500); 16 Aug 2014 10:55:33 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 98318 invoked by uid 99); 16 Aug 2014 10:55:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2014 10:55:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 970C68AECB4; Sat, 16 Aug 2014 10:55:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Sat, 16 Aug 2014 10:55:57 -0000 Message-Id: <43c90b96fb324c71b9083b7cead63ac3@git.apache.org> In-Reply-To: <879ec0241b7d4b91bf00b7e7a49aa6f4@git.apache.org> References: <879ec0241b7d4b91bf00b7e7a49aa6f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/50] git commit: updated refs/heads/saml2 to 09da909 apidoc: group login, logout, samlsso, samlslo under Authentication section Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fed71ec5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fed71ec5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fed71ec5 Branch: refs/heads/saml2 Commit: fed71ec585cb65fe952c0caa1cff43cb64eda6a0 Parents: b7c4259 Author: Rohit Yadav Authored: Wed Aug 13 13:48:27 2014 +0200 Committer: Rohit Yadav Committed: Wed Aug 13 13:49:05 2014 +0200 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fed71ec5/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 00b51a9..31997a1 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -108,9 +108,9 @@ known_categories = { 'Hypervisor': 'Hypervisor', 'Alert': 'Alert', 'Event': 'Event', - 'login': 'Login', - 'logout': 'Logout', - 'saml': 'SAML', + 'login': 'Authentication', + 'logout': 'Authentication', + 'saml': 'Authentication', 'Capacity': 'System Capacity', 'NetworkDevice': 'Network Device', 'ExternalLoadBalancer': 'Ext Load Balancer',