From 22122f3764ac976f927fc152bd0fb3858bf96ab5 Mon Sep 17 00:00:00 2001 From: Lopez Date: Tue, 2 Aug 2022 16:00:25 -0300 Subject: [PATCH] Shows quotaSummary in API documentation --- 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 189960281821..45f1e0656564 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -221,7 +221,7 @@ def choose_category(fn): 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