Re: [PATCH 46/57] docs/qapidoc: add visit_feature() method

2025-03-07 Thread Markus Armbruster
John Snow writes: > This adds a simple ":feat name: lorem ipsum ..." line to the generated > rST document, so at the moment it's only for "top level" features. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/docs/sphi

[PATCH 46/57] docs/qapidoc: add visit_feature() method

2025-03-04 Thread John Snow
This adds a simple ":feat name: lorem ipsum ..." line to the generated rST document, so at the moment it's only for "top level" features. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.