You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/08/03 10:48:22 UTC

[cloudstack] branch 4.17 updated: apidocs: Shows quotaSummary in API documentation (#6605)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 3220efe815 apidocs: Shows quotaSummary in API documentation (#6605)
3220efe815 is described below

commit 3220efe815de15e8f3b3b5a19cc4ead005cf4d09
Author: Rodrigo D. Lopez <19...@users.noreply.github.com>
AuthorDate: Wed Aug 3 07:48:14 2022 -0300

    apidocs: Shows quotaSummary in API documentation (#6605)
    
    Co-authored-by: Lopez <ro...@scclouds.com.br>
---
 tools/apidoc/gen_toc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index 1899602818..45f1e06565 100644
--- a/tools/apidoc/gen_toc.py
+++ b/tools/apidoc/gen_toc.py
@@ -221,7 +221,7 @@ for f in sys.argv:
     dirname, fn = os.path.split(f)
     if not fn.endswith('.xml'):
         continue
-    if fn.endswith('Summary.xml'):
+    if fn.endswith('Summary.xml') and fn != 'quotaSummary.xml':
         continue
     if fn.endswith('SummarySorted.xml'):
         continue