aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-good.json
AgeCommit message (Expand)Author
2024-07-17qapi: remove "Example" doc sectionJohn Snow
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster
2024-02-12qapi: Indent tagged doc comment sections properlyMarkus Armbruster
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve argument description testsMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster
2021-10-02qapi: Add spaces after symbol declaration for consistencyJohn Snow
2021-09-27tests/qapi-schema: Purge simple unions from testsMarkus Armbruster
2021-09-25qapi: Tidy up unusual line breaksMarkus Armbruster
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-26qapi: add 'not' condition operationMarc-André Lureau
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-03-23qapi: Enforce event naming rulesMarkus Armbruster
2020-09-29tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasisPeter Maydell
2020-09-29tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extensionPeter Maydell
2020-08-03schemas: Add vim modelineAndrea Bolognani
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2019-10-29qapi: Implement boxed event argument documentationMarkus Armbruster
2019-10-29tests/qapi-schema: Cover alternate documentation commentsMarkus Armbruster
2019-10-29tests/qapi-schema: Demonstrate command and event doc comment bugsMarkus Armbruster
2019-10-22tests/qapi-schema: Cover feature documentation commentsMarkus Armbruster
2018-12-14qapi: add condition to variants documentationMarc-André Lureau
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster
2017-03-21tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster