summary refs log tree commit diff stats
path: root/tests/qapi-schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/qapi-schema: Bury dead test case doc-non-first-sectionMarkus Armbruster2025-07-293-7/+0
* qapi: lift restriction on using '=' in doc blocksJohn Snow2025-07-144-12/+0
* docs/sphinx: remove special parsing for freeform sectionsJohn Snow2025-07-142-6/+14
* docs/sphinx: remove legacy QAPI manual generatorJohn Snow2025-07-141-188/+86
* docs/sphinx/qmp_lexer: Generalize elision syntaxMarkus Armbruster2025-04-083-3/+3
* qapi: clean up encoding of section kindsJohn Snow2025-03-112-6/+6
* qapi: Eliminate OrderedDictMarkus Armbruster2025-03-061-10/+1
* docs/qapidoc: support header-less freeform sectionsJohn Snow2025-03-042-0/+7
* qapi: expose all schema features to codeDaniel P. Berrangé2025-02-104-0/+16
* tests/qapi-schema: Drop temporary 'prefix'Markus Armbruster2024-09-102-2/+0
* qapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster2024-09-109-8/+2
* qapi: remove "Example" doc sectionJohn Snow2024-07-173-28/+40
* qapi/parser: don't parse rST markup as section headersJohn Snow2024-07-063-0/+9
* qapi: convert "Note" sections to plain rSTJohn Snow2024-07-066-15/+13
* qapi/parser: fix comment parsing immediately following a doc blockJohn Snow2024-07-061-0/+2
* qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow2024-07-061-16/+16
* qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster2024-05-061-2/+3
* qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster2024-05-061-2/+2
* qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster2024-03-044-0/+9
* qapi: New documentation section tag "Errors"Markus Armbruster2024-03-043-0/+10
* qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster2024-03-041-1/+1
* qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster2024-02-264-4/+4
* qapi: Reject multiple and empty feature descriptionsMarkus Armbruster2024-02-264-39/+2
* qapi: Merge adjacent untagged sectionsMarkus Armbruster2024-02-261-2/+0
* qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster2024-02-267-3/+15
* qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster2024-02-261-6/+6
* qapi: Reject section heading in the middle of a doc commentMarkus Armbruster2024-02-264-1/+10
* qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster2024-02-261-1/+1
* qapi: Improve error message for empty doc sectionsMarkus Armbruster2024-02-261-1/+1
* qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster2024-02-261-1/+1
* qapi: Improve error position for bogus argument descriptionsMarkus Armbruster2024-02-267-7/+7
* tests/qapi-schema: Cover 'Features:' not followed by descriptionsMarkus Armbruster2024-02-264-0/+30
* tests/qapi-schema: Cover duplicate 'Features:' lineMarkus Armbruster2024-02-264-0/+34
* tests/qapi-schema: Fix test 'QAPI rST doc'Markus Armbruster2024-02-262-16/+15
* qapi: Require member documentation (with loophole)Markus Armbruster2024-02-122-1/+5
* qapi: Indent tagged doc comment sections properlyMarkus Armbruster2024-02-122-6/+6
* tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster2023-11-131-5/+4
* tests/: spelling fixesMichael Tokarev2023-09-081-1/+1
* qapi: Improve error message for description following sectionMarkus Armbruster2023-05-221-1/+1
* qapi: Relax doc string @name: description indentation rulesMarkus Armbruster2023-05-104-4/+7
* qapi: Fix argument description indentation strippingMarkus Armbruster2023-05-091-1/+1
* tests/qapi-schema/doc-good: Improve argument description testsMarkus Armbruster2023-05-092-13/+18
* tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster2023-05-092-1/+5
* qapi: allow unions to contain further unionsDaniel P. Berrangé2023-04-269-0/+126
* qapi: support updating expected test output via makeDaniel P. Berrangé2023-04-251-0/+1
* qapi: Require boxed for conditional command and event argumentsMarkus Armbruster2023-04-2412-19/+30
* tests/qapi-schema: Cover optional conditional struct memberMarkus Armbruster2023-04-242-1/+4
* tests/qapi-schema: Clean up positive test for conditionalsMarkus Armbruster2023-04-242-8/+6
* tests/qapi-schema: Rename a few conditionalsMarkus Armbruster2023-04-242-12/+12
* tests/qapi-schema: Improve union discriminator coverageMarkus Armbruster2023-04-242-3/+3