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)
|
dirname, fn = os.path.split(f)
|
||||||
if not fn.endswith('.xml'):
|
if not fn.endswith('.xml'):
|
||||||
continue
|
continue
|
||||||
if fn.endswith('Summary.xml'):
|
if fn.endswith('Summary.xml') and fn != 'quotaSummary.xml':
|
||||||
continue
|
continue
|
||||||
if fn.endswith('SummarySorted.xml'):
|
if fn.endswith('SummarySorted.xml'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user