Re: [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

2025-02-19 Thread Markus Armbruster
John Snow writes: > On Wed, Feb 12, 2025 at 4:06 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > This is being done primarily to ensure consistency between the source >> > documents and the final, rendered HTML output. Because >> > member/feature/returns sections will always appear i

Re: [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

2025-02-18 Thread John Snow
On Wed, Feb 12, 2025 at 4:06 AM Markus Armbruster wrote: > John Snow writes: > > > This is being done primarily to ensure consistency between the source > > documents and the final, rendered HTML output. Because > > member/feature/returns sections will always appear in a visually grouped > > ele

Re: [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

2025-02-17 Thread Markus Armbruster
John Snow writes: > This is being done primarily to ensure consistency between the source > documents and the final, rendered HTML output. Because > member/feature/returns sections will always appear in a visually grouped > element in the HTML output, prohibiting free paragraphs between those > s

Re: [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

2025-02-12 Thread Markus Armbruster
John Snow writes: > This is being done primarily to ensure consistency between the source > documents and the final, rendered HTML output. Because > member/feature/returns sections will always appear in a visually grouped > element in the HTML output, prohibiting free paragraphs between those > s

[PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

2025-02-05 Thread John Snow
This is being done primarily to ensure consistency between the source documents and the final, rendered HTML output. Because member/feature/returns sections will always appear in a visually grouped element in the HTML output, prohibiting free paragraphs between those sections ensures ordering consi