[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201030144713.201372-1-pbonzini@redhat.com>
Date: Fri, 30 Oct 2020 15:47:11 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
corbet@....net
Cc: Eduardo Habkost <ehabkost@...hat.com>
Subject: [PATCH 0/2] kernel-doc: Handle function typedefs
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
Powered by blists - more mailing lists