Skip to content

Commit 3220efe

Browse files
RodrigoDLopezLopez
andauthored
apidocs: Shows quotaSummary in API documentation (#6605)
Co-authored-by: Lopez <rodrigo@scclouds.com.br>
1 parent 06ff472 commit 3220efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apidoc/gen_toc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def choose_category(fn):
221221
dirname, fn = os.path.split(f)
222222
if not fn.endswith('.xml'):
223223
continue
224-
if fn.endswith('Summary.xml'):
224+
if fn.endswith('Summary.xml') and fn != 'quotaSummary.xml':
225225
continue
226226
if fn.endswith('SummarySorted.xml'):
227227
continue

0 commit comments

Comments
 (0)