Re: [PATCH 40/57] docs/qapidoc: add visit_freeform() method

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:10 AM Markus Armbruster wrote: > John Snow writes: > > > Signed-off-by: John Snow > > --- > > docs/sphinx/qapidoc.py | 50 ++ > > 1 file changed, 50 insertions(+) > > > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.

Re: [PATCH 40/57] docs/qapidoc: add visit_freeform() method

2025-03-07 Thread Markus Armbruster
John Snow writes: > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 50 ++ > 1 file changed, 50 insertions(+) > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py > index 6de8c900543..cf5dbb0133d 100644 > --- a/docs/sphinx/qapidoc.py

[PATCH 40/57] docs/qapidoc: add visit_freeform() method

2025-03-04 Thread John Snow
Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 50 ++ 1 file changed, 50 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py index 6de8c900543..cf5dbb0133d 100644 --- a/docs/sphinx/qapidoc.py +++ b/docs/sphinx/qapidoc.py @@ -2