Re: [PATCH] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments

2024-07-01 Thread John Snow
On Fri, Jun 28, 2024, 7:28 AM Markus Armbruster wrote: > When a command's arguments are specified as an explicit type T, > generated documentation points to the members of T. > > Example: > > ## > # @announce-self: > # > # Trigger generation of broadcast RARP frames to update netw

[PATCH] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments

2024-06-28 Thread Markus Armbruster
When a command's arguments are specified as an explicit type T, generated documentation points to the members of T. Example: ## # @announce-self: # # Trigger generation of broadcast RARP frames to update network [...] ## { 'command': 'announce-self', 'boxed': true,