Re: [PATCH 10/23] docs/qapidoc: add visit_freeform() method

2025-01-13 Thread John Snow
On Fri, Dec 20, 2024 at 8:25 AM Markus Armbruster wrote: > John Snow writes: > > > Signed-off-by: John Snow > > --- > > docs/sphinx/qapidoc.py | 47 ++ > > 1 file changed, 47 insertions(+) > > > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc

Re: [PATCH 10/23] docs/qapidoc: add visit_freeform() method

2024-12-20 Thread Markus Armbruster
John Snow writes: > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 47 ++ > 1 file changed, 47 insertions(+) > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py > index 7d2f7bfb415..6f8f69077b1 100644 > --- a/docs/sphinx/qapidoc.py

[PATCH 10/23] docs/qapidoc: add visit_freeform() method

2024-12-12 Thread John Snow
Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 47 ++ 1 file changed, 47 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py index 7d2f7bfb415..6f8f69077b1 100644 --- a/docs/sphinx/qapidoc.py +++ b/docs/sphinx/qapidoc.py @@ -1