Re: [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()

2021-08-05 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Thu, Aug 5, 2021 at 3:55 PM Markus Armbruster wrote: > >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > Instead of building the condition documentation from a list of string, >> > use the result generated from QAPISchemaIfCon

Re: [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()

2021-08-05 Thread Marc-André Lureau
Hi On Thu, Aug 5, 2021 at 3:55 PM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Instead of building the condition documentation from a list of string, > > use the result generated from QAPISchemaIfCond.docgen(). > > > > This changes the gen

Re: [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()

2021-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Instead of building the condition documentation from a list of string, > use the result generated from QAPISchemaIfCond.docgen(). > > This changes the generated documentation from: > - COND1, COND2... (where COND1, COND2 are Litera

[PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()

2021-08-04 Thread marcandre . lureau
From: Marc-André Lureau Instead of building the condition documentation from a list of string, use the result generated from QAPISchemaIfCond.docgen(). This changes the generated documentation from: - COND1, COND2... (where COND1, COND2 are Literal nodes, and ',' is Text) to: - COND1 and COND2 (