Re: [PATCH 09/57] docs/qapi-domain: add QAPI xref roles

2025-03-07 Thread John Snow
On Fri, Mar 7, 2025 at 5:09 AM Markus Armbruster wrote: > John Snow writes: > > > Add domain-specific cross-reference syntax. As of this commit, that > > means new :qapi:mod:`block-core` and :qapi:any:`block-core` referencing > > syntax. > > > > :mod: will only find modules, but :any: will find

Re: [PATCH 09/57] docs/qapi-domain: add QAPI xref roles

2025-03-07 Thread Markus Armbruster
John Snow writes: > Add domain-specific cross-reference syntax. As of this commit, that > means new :qapi:mod:`block-core` and :qapi:any:`block-core` referencing > syntax. > > :mod: will only find modules, but :any: will find anything registered to > the QAPI domain. (In forthcoming commits, this

[PATCH 09/57] docs/qapi-domain: add QAPI xref roles

2025-03-04 Thread John Snow
Add domain-specific cross-reference syntax. As of this commit, that means new :qapi:mod:`block-core` and :qapi:any:`block-core` referencing syntax. :mod: will only find modules, but :any: will find anything registered to the QAPI domain. (In forthcoming commits, this means commands, events, enums,