marcandre.lur...@redhat.com writes: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > 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 (the whole string as a Literal node) > > This will allow us to generate more complex conditions in the following > patches, such as "(COND1 and COND2) or COND3". > > Adding back the differentiated formatting is left to the wish list.
What about a TODO comment? you suggest a suitable spot? > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>