Package: gtk-doc-tools
Version: 1.18-2
Severity: normal

gtkdoc-mkdb fails to parse this declaration:

void
        *func(void);

while these are working

void *
        func(void);

Also, comma seperated function declarations won't be parsed:
void
        func1(void),
        func2(void);

Error message from gtkdoc-mkdb:
Can't parse args for function in "void), func2(void 
" at /usr/share/gtk-doc/data/gtkdoc-common.pl line 434, <INPUT> line 7.

Regards,

    Tim Rühsen


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to