mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
apidocs: Shows quotaSummary in API documentation (#6605)
Co-authored-by: Lopez <rodrigo@scclouds.com.br>
This commit is contained in:
parent
06ff472906
commit
3220efe815
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user