After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656946 - gtk-doc unable to handle 'extern short int'
gtk-doc unable to handle 'extern short int'
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.18
Other Linux
: Normal normal
: 1.18
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-20 07:04 UTC by Michał Górny
Modified: 2011-08-22 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michał Górny 2011-08-20 07:04:33 UTC
Another type gtk-doc is still incapable of is 'extern short int'. Not sure why it doesn't work, the regexps seems to cover 'short'.

Relevant code sample: https://github.com/mgorny/libtinynotify/blob/master/lib/tinynotify.h
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2011-08-22 11:56:27 UTC
Thanks for the report!

commit 347b08b3e52aaa971e7ead20b15b164920f3cd0b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Aug 22 13:54:40 2011 +0200

    scan,mkdb: handle short,long for (external) variables
    
    Improve the parser to handle more type variants. Add a test. Fixes #656946