Re: [PATCH 51/57] docs/qapidoc: add visit_entity()

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:27 AM Markus Armbruster wrote: > John Snow writes: > > > Finally, the core entry method for a qapi entity. > > > > Signed-off-by: John Snow > > --- > > docs/sphinx/qapidoc.py | 21 + > > 1 file changed, 21 insertions(+) > > > > diff --git a/docs/sph

Re: [PATCH 51/57] docs/qapidoc: add visit_entity()

2025-03-07 Thread Markus Armbruster
John Snow writes: > Finally, the core entry method for a qapi entity. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py > index 7308fa0a767..fb2ad7492ae 1006

[PATCH 51/57] docs/qapidoc: add visit_entity()

2025-03-04 Thread John Snow
Finally, the core entry method for a qapi entity. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 21 + 1 file changed, 21 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py index 7308fa0a767..fb2ad7492ae 100644 --- a/docs/sphinx/qapidoc.py +++