summary refs log tree commit diff stats
path: root/docs/sphinx/qapi_domain.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs/qapidoc: linting fixesJohn Snow2025-06-051-11/+14
* docs/qapi-domain: add namespaced index supportJohn Snow2025-03-141-14/+37
* docs/qapi_domain: add namespace support to cross-referencesJohn Snow2025-03-141-43/+84
* docs/qapi-domain: add qapi:namespace directiveJohn Snow2025-03-141-0/+13
* docs/qapi-domain: add :namespace: override optionJohn Snow2025-03-141-2/+3
* docs/qapi_domain: add namespace support to FQNJohn Snow2025-03-141-8/+27
* docs/qapi-domain: always store fully qualified name in signodeJohn Snow2025-03-141-22/+42
* docs/qapi_domain: isolate TYPE_CHECKING importsJohn Snow2025-03-141-7/+11
* docs/qapidoc: Add "the members of" pointersJohn Snow2025-03-111-2/+20
* docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.xJohn Snow2025-03-111-6/+9
* docs/qapi-domain: warn when QAPI domain xrefs fail to resolveJohn Snow2025-03-111-0/+23
* docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1John Snow2025-03-111-9/+14
* docs/qapi-domain: add type cross-refs to field listsJohn Snow2025-03-111-0/+29
* docs/qapi-domain: add warnings for malformed field listsJohn Snow2025-03-111-0/+74
* docs/qapi-domain: add :ifcond: directive optionJohn Snow2025-03-111-2/+21
* docs/qapi-domain: add :unstable: directive optionJohn Snow2025-03-111-0/+8
* docs/qapi-domain: add :deprecated: directive optionJohn Snow2025-03-111-0/+26
* docs/qapi-domain: add qapi:object directiveJohn Snow2025-03-111-0/+7
* docs/qapi-domain: add qapi:event directiveJohn Snow2025-03-111-0/+24
* docs/qapi-domain: add qapi:alternate directiveJohn Snow2025-03-111-0/+20
* docs/qapi-domain: add qapi:enum directiveJohn Snow2025-03-111-0/+26
* docs/qapi-domain: add "Return:" field listsJohn Snow2025-03-111-0/+7
* docs/qapi-domain: add "Errors:" field listsJohn Snow2025-03-111-1/+8
* docs/qapi-domain: add "Features:" field listsJohn Snow2025-03-111-1/+11
* docs/qapi-domain: add "Arguments:" field listsJohn Snow2025-03-111-1/+13
* docs/qapi-domain: add :since: directive optionJohn Snow2025-03-111-1/+13
* docs/qapi-domain: add qapi:command directiveJohn Snow2025-03-111-0/+9
* docs/qapi-domain: add QAPIObject classJohn Snow2025-03-111-0/+64
* docs/qapi-domain: add qapi:module directiveJohn Snow2025-03-111-6/+65
* docs/qapi-domain: Add QAPIDescription abstract classJohn Snow2025-03-111-2/+99
* docs/qapi-domain: add QAPI xref rolesJohn Snow2025-03-111-1/+87
* docs/qapi-domain: add resolve_any_xref()John Snow2025-03-111-3/+93
* docs/qapi-domain: add QAPI indexJohn Snow2025-03-111-3/+70
* docs/qapi-domain: add QAPI domain object registryJohn Snow2025-03-111-2/+75
* docs/sphinx: create QAPI domain extension stubJohn Snow2025-03-111-0/+56