GNOME Bugzilla – Bug 746121
gtkdoc-mkdb: don't warn on 'deprecated entities'
Last modified: 2015-03-13 10:02:14 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.
Created attachment 299250 [details] [review] gtkdoc-mkdb: don't warn on 'deprecated entities'
The following fixes have been pushed: 8d2d322 gtkdoc-mkdb: don't warn on 'deprecated entities' 545a70c Expand annotation recognition on symbol lines