Re: [PATCH v2 52/62] docs/qapidoc: add visit_sections() method

2025-03-09 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. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/docs/sphin

[PATCH v2 52/62] docs/qapidoc: add visit_sections() method

2025-03-09 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