From 3220efe815de15e8f3b3b5a19cc4ead005cf4d09 Mon Sep 17 00:00:00 2001 From: "Rodrigo D. Lopez" <19981369+RodrigoDLopez@users.noreply.github.com> Date: Wed, 3 Aug 2022 07:48:14 -0300 Subject: [PATCH] apidocs: Shows quotaSummary in API documentation (#6605) Co-authored-by: Lopez --- 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 18996028182..45f1e065656 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