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 typedefs that return pointers kernel-doc: Handle function typedefs without asterisks qom: Explicitly tag doc comments for typedefs and structs memory: Explicitly tag doc comments for structs kernel-doc: Remove $decl_type='type name' hack include/exec/memory.h | 6 +++--- include/qom/object.h | 22 +++++++++++----------- scripts/kernel-doc | 16 +++------------- 3 files changed, 17 insertions(+), 27 deletions(-) -- 2.26.2