Re: [PATCH 02/17] docs/devel/qapi-code-gen: Turn FIXME admonitions into comments

2023-04-28 Thread Juan Quintela
Markus Armbruster wrote: > We have two FIXME notes. These FIXMEs are for QAPI developers. They > are not useful for QAPI schema developers. They are marked up as > admonitions, which makes them look important in generated HTML. > > Turn them into comments. QAPI developers will still see them (

[PATCH 02/17] docs/devel/qapi-code-gen: Turn FIXME admonitions into comments

2023-04-28 Thread Markus Armbruster
We have two FIXME notes. These FIXMEs are for QAPI developers. They are not useful for QAPI schema developers. They are marked up as admonitions, which makes them look important in generated HTML. Turn them into comments. QAPI developers will still see them (they read and write the .rst). QAP