Re: [PATCH v3 03/16] qapi/docs: remove unused QAPIDoc subsection members
Markus Armbruster <[email protected]>
| Newsgroups | org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
John Snow <[email protected]> writes: > On Mon, Jun 15, 2026 at 10:10 AM Markus Armbruster <[email protected]> wrote: >> >> Uh, "qapi/docs:"? Shouldn't this be "qapi/parser:"? >> > > Uh, sure. It's the parser of docs ... forgive me I see. qapi/docs makes me expect a QAPI documentation patch. I go with qapi/parser to avoid such confusion here and in later patches. Aside: at some point, I tried separating the doc parser from the code parser, so they can live in separate source files, but their entanglement resisted successfully.