Re: [PATCH 16/23] docs/qapidoc: add visit_feature() method

2025-01-08 Thread John Snow
On Fri, Dec 20, 2024 at 9:21 AM Markus Armbruster wrote: > John Snow writes: > > > The format_type() method is adjusted here to return None for features, > > because Features don't have documented types. This makes > > generate_field() safe to use for features. > > I'm confused: the patch doesn'

Re: [PATCH 16/23] docs/qapidoc: add visit_feature() method

2024-12-20 Thread Markus Armbruster
John Snow writes: > The format_type() method is adjusted here to return None for features, > because Features don't have documented types. This makes > generate_field() safe to use for features. I'm confused: the patch doesn't touch format_type(). > > Signed-off-by: John Snow > --- > docs/sph

[PATCH 16/23] docs/qapidoc: add visit_feature() method

2024-12-12 Thread John Snow
The format_type() method is adjusted here to return None for features, because Features don't have documented types. This makes generate_field() safe to use for features. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/sphinx/