aboutsummaryrefslogtreecommitdiff
path: root/docs/sphinx/qapi_domain.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-11docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1John Snow1-9/+14
2025-03-11docs/qapi-domain: add type cross-refs to field listsJohn Snow1-0/+29
2025-03-11docs/qapi-domain: add warnings for malformed field listsJohn Snow1-0/+74
2025-03-11docs/qapi-domain: add :ifcond: directive optionJohn Snow1-2/+21
2025-03-11docs/qapi-domain: add :unstable: directive optionJohn Snow1-0/+8
2025-03-11docs/qapi-domain: add :deprecated: directive optionJohn Snow1-0/+26
2025-03-11docs/qapi-domain: add qapi:object directiveJohn Snow1-0/+7
2025-03-11docs/qapi-domain: add qapi:event directiveJohn Snow1-0/+24
2025-03-11docs/qapi-domain: add qapi:alternate directiveJohn Snow1-0/+20
2025-03-11docs/qapi-domain: add qapi:enum directiveJohn Snow1-0/+26
2025-03-11docs/qapi-domain: add "Return:" field listsJohn Snow1-0/+7
2025-03-11docs/qapi-domain: add "Errors:" field listsJohn Snow1-1/+8
2025-03-11docs/qapi-domain: add "Features:" field listsJohn Snow1-1/+11
2025-03-11docs/qapi-domain: add "Arguments:" field listsJohn Snow1-1/+13
2025-03-11docs/qapi-domain: add :since: directive optionJohn Snow1-1/+13
2025-03-11docs/qapi-domain: add qapi:command directiveJohn Snow1-0/+9
2025-03-11docs/qapi-domain: add QAPIObject classJohn Snow1-0/+64
2025-03-11docs/qapi-domain: add qapi:module directiveJohn Snow1-6/+65
2025-03-11docs/qapi-domain: Add QAPIDescription abstract classJohn Snow1-2/+99
2025-03-11docs/qapi-domain: add QAPI xref rolesJohn Snow1-1/+87
2025-03-11docs/qapi-domain: add resolve_any_xref()John Snow1-3/+93
2025-03-11docs/qapi-domain: add QAPI indexJohn Snow1-3/+70
2025-03-11docs/qapi-domain: add QAPI domain object registryJohn Snow1-2/+75
2025-03-11docs/sphinx: create QAPI domain extension stubJohn Snow1-0/+56