John Snow <js...@redhat.com> writes: > Implement the actual main dispatch method that processes and handles the > list of doc sections for a given QAPI entity.
Your PATCH 59 mentions in passing that the new doc generator "blindly operates on a sequence of QAPIDoc.Section instances." I think that's worth noting here. I'm going to insert into the commit message: Process doc sections in strict source order. This is good; reordering doc text is undesirable. Improvement over the old doc generator, which can reorder doc comments that don't adhere to (largely unspoken) conventions. > Signed-off-by: John Snow <js...@redhat.com>