aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/doc.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-29qapi: Fix doc comment checking for commands and eventsMarkus Armbruster1-0/+1
2019-10-29qapi: De-duplicate entity documentation generation codeMarkus Armbruster1-42/+40
2019-10-29qapi: Implement boxed event argument documentationMarkus Armbruster1-1/+9
2019-10-22qapi: Add feature flags to commandsPeter Krempa1-1/+3
2019-10-22qapi: Clear scripts/qapi/doc.py executable bits againMarkus Armbruster1-1/+0
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster1-3/+4
2019-10-22qapi: Don't suppress doc generation without pragma doc-requiredMarkus Armbruster1-2/+0
2019-06-12qapi: Allow documentation for featuresKevin Wolf1-0/+12
2019-06-12qapi: Add feature flags to struct typesKevin Wolf1-1/+2
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster1-2/+2
2018-12-14qapi: add condition to variants documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau1-9/+16
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-1/+1
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau1-10/+12
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau1-5/+5
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-2/+2
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-1/+1
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau1-4/+3
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster1-39/+35
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-0/+278