Re: [PATCH 48/57] docs/qapidoc: add visit_returns() method

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:18 AM Markus Armbruster wrote: > John Snow writes: > > > Generates :returns: fields for explicit returns statements. Note that > > this does not presently handle undocumented returns, which is handled in > > a later commit. > > > > Signed-off-by: John Snow > > --- > >

Re: [PATCH 48/57] docs/qapidoc: add visit_returns() method

2025-03-07 Thread Markus Armbruster
John Snow writes: > Generates :returns: fields for explicit returns statements. Note that > this does not presently handle undocumented returns, which is handled in > a later commit. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 15 +++ > 1 file changed, 15 insertion

[PATCH 48/57] docs/qapidoc: add visit_returns() method

2025-03-04 Thread John Snow
Generates :returns: fields for explicit returns statements. Note that this does not presently handle undocumented returns, which is handled in a later commit. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/docs/sphinx/qapi