[PATCH 0/2] kernel-doc: Handle function typedefs

From: Paolo Bonzini
Date: Fri Oct 30 2020 - 10:47:36 EST


Hi all,

QEMU has been using kernel-doc for a while and we're very happy with it. :)
These two patches are relatively simple regex changes that were done to
support QEMU header files; they handle function typedefs (i.e. not
function _pointer_ typedefs).

These are basically the only difference between Linux and QEMU kernel-doc,
so I thought I'd just send them out and see what you people think.

Paolo

Eduardo Habkost (2):
kernel-doc: Handle function typedefs that return pointers
kernel-doc: Handle function typedefs without asterisks

scripts/kernel-doc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--
2.28.0