summary refs log tree commit diff stats
path: root/docs/sphinx/qapidoc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs/sphinx: parse @references in freeform textJohn Snow2025-07-141-3/+7
* docs/sphinx: adjust qapidoc to cope with same-line error sectionsJohn Snow2025-07-141-4/+8
* docs/qapidoc: linting fixesJohn Snow2025-06-051-2/+3
* docs/qapidoc: add :namespace: option to qapi-doc directiveJohn Snow2025-03-141-0/+12
* docs/qapidoc: generate entries for undocumented membersJohn Snow2025-03-111-2/+3
* docs/qapidoc: Add "the members of" pointersJohn Snow2025-03-111-1/+57
* docs/qapidoc: add intermediate output debuggerJohn Snow2025-03-111-4/+37
* docs/qapidoc: process @foo into ``foo``John Snow2025-03-111-0/+3
* docs/qapidoc: implement transmogrify() methodJohn Snow2025-03-111-2/+47
* docs/qapidoc: add visit_entity()John Snow2025-03-111-0/+21
* docs/qapidoc: add visit_sections() methodJohn Snow2025-03-111-0/+25
* docs/qapidoc: add visit_member() methodJohn Snow2025-03-111-0/+27
* docs/qapidoc: add visit_returns() methodJohn Snow2025-03-111-0/+15
* docs/qapidoc: prepare to record entity being transmogrifiedJohn Snow2025-03-111-0/+6
* docs/qapidoc: add visit_feature() methodJohn Snow2025-03-111-0/+9
* docs/qapidoc: add add_field() and generate_field() helper methodsJohn Snow2025-03-111-0/+24
* docs/qapidoc: add format_type() methodJohn Snow2025-03-111-0/+32
* docs/qapidoc: add visit_errors() methodJohn Snow2025-03-111-0/+6
* docs/qapidoc: add visit_paragraph() methodJohn Snow2025-03-111-0/+9
* docs/qapidoc: add preamble() methodJohn Snow2025-03-111-3/+38
* docs/qapidoc: add visit_freeform() methodJohn Snow2025-03-111-0/+44
* docs/qapidoc: add visit_module() methodJohn Snow2025-03-111-0/+9
* docs/qapidoc: add transmogrifier class stubJohn Snow2025-03-111-3/+70
* docs/qapidoc: Fix static typing on qapidoc.pyJohn Snow2025-03-111-15/+25
* docs/qapidoc: split old implementation into qapidoc_legacy.pyJohn Snow2025-03-111-418/+2
* docs/qapidoc: add transmogrifier stubJohn Snow2025-03-111-13/+28
* qapi: clean up encoding of section kindsJohn Snow2025-03-111-3/+4
* docs/qapidoc: remove example section supportJohn Snow2025-03-041-8/+1
* docs/qapidoc: support header-less freeform sectionsJohn Snow2025-03-041-0/+2
* docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow2024-08-271-3/+2
* docs/qapidoc: add QMP highlighting to annotated qmp-example blocksJohn Snow2024-07-171-4/+49
* docs/qapidoc: create qmp-example directiveJohn Snow2024-07-171-0/+55
* docs/qapidoc: factor out do_parse()John Snow2024-07-171-13/+19
* docs: remove Sphinx 1.x compatibility codeJohn Snow2024-07-121-30/+3
* sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2024-07-061-7/+5
* docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow2024-07-061-5/+11
* qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow2024-07-061-5/+22
* docs/qapidoc: delint a tiny portion of the moduleJohn Snow2024-07-061-26/+38
* docs/qapidoc: remove unused intersperse functionJohn Snow2024-07-061-10/+0
* qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster2024-05-061-1/+2
* qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster2024-05-061-9/+9
* qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster2024-02-261-3/+3
* qapi: Improve error message for empty doc sectionsMarkus Armbruster2024-02-261-2/+2
* sphinx/qapidoc: Drop code to generate doc for simple union branchMarkus Armbruster2024-02-261-11/+7
* sphinx/qapidoc: Drop code to generate doc for simple union tagMarkus Armbruster2024-02-121-6/+0
* sphinx/qapidoc: Tidy up pylint warning raise-missing-fromMarkus Armbruster2023-11-131-1/+1
* sphinx/qapidoc: Do not emit TODO sections into user manualsMarkus Armbruster2023-05-091-0/+3
* qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2021-08-261-6/+8
* qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2021-08-261-4/+4
* qapi: wrap Sequence[str] in an objectMarc-André Lureau2021-08-261-5/+5