Re: [PATCH 49/57] docs/qapidoc: add visit_member() method

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:25 AM Markus Armbruster wrote: > John Snow writes: > > > This method is used for generating the "members" of a wide variety of > > things, including structs, unions, enums, alternates, etc. The field > > name it uses to do so is dependent on the type of entity the "membe

Re: [PATCH 49/57] docs/qapidoc: add visit_member() method

2025-03-07 Thread Markus Armbruster
John Snow writes: > This method is used for generating the "members" of a wide variety of > things, including structs, unions, enums, alternates, etc. The field > name it uses to do so is dependent on the type of entity the "member" > belongs to. > > Signed-off-by: John Snow > --- > docs/sphinx

[PATCH 49/57] docs/qapidoc: add visit_member() method

2025-03-04 Thread John Snow
This method is used for generating the "members" of a wide variety of things, including structs, unions, enums, alternates, etc. The field name it uses to do so is dependent on the type of entity the "member" belongs to. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 27 ++