Re: [U-Boot] [U-Boot, 1/1] docs: kernel-doc: fix parsing of function pointers

2018-10-08 Thread Heinrich Schuchardt
On 10/08/2018 08:06 PM, Tom Rini wrote: > On Mon, Sep 03, 2018 at 08:50:03PM +0200, Heinrich Schuchardt wrote: > >> kernel-doc fails to parse function definitions like the one below >> >> efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, >>void (EFIAP

Re: [U-Boot] [U-Boot, 1/1] docs: kernel-doc: fix parsing of function pointers

2018-10-08 Thread Tom Rini
On Mon, Sep 03, 2018 at 08:50:03PM +0200, Heinrich Schuchardt wrote: > kernel-doc fails to parse function definitions like the one below > > efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, > void (EFIAPI *notify_function) ( >