GNOME Bugzilla – Bug 610257
Patch to make GTK-DOC notice functions/variables with 'signed' prototypes
Last modified: 2010-02-17 14:23:08 UTC
In GNU Libtasn1 there is a function like this: signed long asn1_get_length_der (const unsigned char *der, int der_len, int *len); This function is completely ignored by GTK-DOC, and the reason appears to be the 'signed' keyword. The attached patch fixes this. Thanks, Simon
Created attachment 154025 [details] [review] Patch to fix bug report
commit 9fb8c523e3ce0121117db857f04815ab307437e9 Author: Simon Josefsson <simon@josefsson.org> Date: Wed Feb 17 13:30:47 2010 +0100 gtkdoc-mkdb/mktmpl/scan: Handle 'signed' keywords too. Fixes #610257. Add signed keyword to regexps. Add a test.
That was quick, thank you Stefan. /Simon