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 758175 - Fix character entity
Fix character entity
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.19.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-11-16 13:10 UTC by Phillip Wood
Modified: 2015-11-19 19:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix character entity (1.01 KB, patch)
2015-11-16 13:10 UTC, Phillip Wood
none Details | Review
Fix character entities (2.18 KB, patch)
2015-11-16 14:11 UTC, Phillip Wood
accepted-commit_now Details | Review

Description Phillip Wood 2015-11-16 13:10:29 UTC
These are not supposed to be supported by gtk-doc¹

NB there are also some entities and unescaped xml tags in the
documentation for the mir gdk backend. I haven't touched those as I
cannot get the mir backend to build to check the result of any edits I
make.
    
¹https://bugzilla.gnome.org/show_bug.cgi?id=758137
Comment 1 Phillip Wood 2015-11-16 13:10:33 UTC
Created attachment 315662 [details] [review]
Fix character entity

These are not supposed to be supported by gtk-doc¹

¹https://bugzilla.gnome.org/show_bug.cgi?id=758137
Comment 2 Phillip Wood 2015-11-16 14:11:04 UTC
Created attachment 315673 [details] [review]
Fix character entities

I missed some in the last patch. There are a lot of " entities in
deprecated/gtkstock.h and one in deprecated/gtkuimanager.c which this
patch does not bother with.

These are not supposed to be supported by gtk-doc¹

¹https://bugzilla.gnome.org/show_bug.cgi?id=758137
Comment 3 Matthias Clasen 2015-11-17 13:36:04 UTC
Btw, those little ¹ defeat bugzilla's link highlighing. The look fancy, but are counter-productive. I recommend that you refer to bugs just with: bug 758137
so we can all enjoy a clickable link to the bug...
Comment 4 Matthias Clasen 2015-11-17 13:51:53 UTC
Review of attachment 315673 [details] [review]:

Looks good