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 790022 - mkdb: Add support for (not optional) annotation
mkdb: Add support for (not optional) annotation
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: 1.27
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-07 15:44 UTC by Philip Withnall
Modified: 2017-11-08 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mkdb: Add support for (not optional) annotation (4.82 KB, patch)
2017-11-07 15:45 UTC, Philip Withnall
committed Details | Review
mkdb: Add support for (not optional) annotation (4.78 KB, patch)
2017-11-08 20:17 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Philip Withnall 2017-11-07 15:44:57 UTC
Simple patch attached.
Comment 1 Philip Withnall 2017-11-07 15:45:01 UTC
Created attachment 363154 [details] [review]
mkdb: Add support for (not optional) annotation

The (optional) and (not nullable) annotations were already supported,
but support for (not optional) was missing. Add that, and expand the
tests to cover it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2017-11-08 20:16:57 UTC
The following fix has been pushed:
ad2087a mkdb: Add support for (not optional) annotation
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2017-11-08 20:17:05 UTC
Created attachment 363253 [details] [review]
mkdb: Add support for (not optional) annotation

The (optional) and (not nullable) annotations were already supported,
but support for (not optional) was missing. Add that, and expand the
tests to cover it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2017-11-08 20:17:46 UTC
Thanks!