]> git.proxmox.com Git - mirror_qemu.git/commit
kernel-doc: Handle function typedefs without asterisks
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 3 Oct 2020 02:41:20 +0000 (22:41 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 6 Oct 2020 15:09:35 +0000 (11:09 -0400)
commit3cd3c5193cde5242e243c25759f85802e267994f
tree88381146be768af835a3a4f081b5b2b91448e60a
parent19ab6044be0c55d529e875e3ee16fdd5c3b54d33
kernel-doc: Handle function typedefs without asterisks

Example of typedef that was not parsed by kernel-doc:

  typedef void (ObjectUnparent)(Object *obj);

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20201003024123.193840-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/kernel-doc