diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:38:09 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:38:09 -0500 |
commit | 6ba5e6bb1acd161f0b81ae27e60afb37afc747a8 (patch) | |
tree | 7ec5ece16d139e8bf428d7fa043059fceb652b62 /gtk/gtkoverlay.c | |
parent | ff8864cbf3ac43c1c346e9633cfa1f106b94dfe2 (diff) | |
download | gtk+-6ba5e6bb1acd161f0b81ae27e60afb37afc747a8.tar.gz |
docs: don't use <tag> docbook elements
Diffstat (limited to 'gtk/gtkoverlay.c')
-rw-r--r-- | gtk/gtkoverlay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index 4205153095..084db86f67 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -50,7 +50,7 @@ * * The GtkOverlay implementation of the GtkBuildable interface * supports placing a child as an overlay by specifying "overlay" as - * the "type" attribute of a <tag class="starttag">child</tag> element. + * the "type" attribute of a `<child>` element. */ struct _GtkOverlayPrivate |