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 746120 - Expand annotation recognition on symbol lines
Expand annotation recognition on symbol lines
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: 1.22
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-12 23:06 UTC by Allison Karlitskaya (desrt)
Modified: 2015-03-13 09:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Expand annotation recognition on symbol lines (1.25 KB, patch)
2015-03-12 23:06 UTC, Allison Karlitskaya (desrt)
none Details | Review

Description Allison Karlitskaya (desrt) 2015-03-12 23:06:37 UTC
Expand support for this sort of annotation:

  /**
   * some_symbol: (annotations here)
   ...

to also allow for capital letters and dots ('.') to appear within the
annotations.  This is needed for annotations such as:

  /**
   * GTlsClientConnection:accepted-cas: (type GLib.List) (element-type GLib.ByteArray)
   ...

as one real-world example.
Comment 1 Allison Karlitskaya (desrt) 2015-03-12 23:06:39 UTC
Created attachment 299249 [details] [review]
Expand annotation recognition on symbol lines
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-03-13 09:55:11 UTC
The following fix has been pushed:
469cb43 Expand annotation recognition on symbol lines