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 746121 - gtkdoc-mkdb: don't warn on 'deprecated entities'
gtkdoc-mkdb: don't warn on 'deprecated entities'
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 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtkdoc-mkdb: don't warn on 'deprecated entities' (1.57 KB, patch)
2015-03-12 23:06 UTC, Allison Karlitskaya (desrt)
none Details | Review

Description Allison Karlitskaya (desrt) 2015-03-12 23:06:51 UTC
This warning is only emitted when writing out code examples, which are
now in CDATA sections (and therefore don't need escaping).  The escaping
is introduced, however, by gtkdoc-mkdb itself, when reading the input.

If the user actually used entities then they would have been
double-escaped and will still appear, verbatim, in the output.

Stop warning about something that isn't there.
Comment 1 Allison Karlitskaya (desrt) 2015-03-12 23:06:54 UTC
Created attachment 299250 [details] [review]
gtkdoc-mkdb: don't warn on 'deprecated entities'
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-03-13 10:02:14 UTC
The following fixes have been pushed:
8d2d322 gtkdoc-mkdb: don't warn on 'deprecated entities'
545a70c Expand annotation recognition on symbol lines