Re: [PATCH v3 52/63] docs/qapidoc: add visit_sections() method

2025-03-11 Thread Markus Armbruster
John Snow 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 he

[PATCH v3 52/63] docs/qapidoc: add visit_sections() method

2025-03-10 Thread John Snow
Implement the actual main dispatch method that processes and handles the list of doc sections for a given QAPI entity. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 25 + 1 file changed, 25 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.p