Re: [PATCH 0/5] kernel-doc ixes

2020-10-03 Thread Paolo Bonzini
On 03/10/20 04:41, Eduardo Habkost wrote: > Among other fixes in kernel-doc, this series get rid of > QEMU-specific $decl_type='type name' hack in kernel-doc, because > it made it impossible to document macros with names starting with > uppercase letters (like most of the macros at qom/object.h).

[PATCH 0/5] kernel-doc ixes

2020-10-02 Thread Eduardo Habkost
Among other fixes in kernel-doc, this series get rid of QEMU-specific $decl_type='type name' hack in kernel-doc, because it made it impossible to document macros with names starting with uppercase letters (like most of the macros at qom/object.h). Eduardo Habkost (5): kernel-doc: Handle function