summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
diff options
context:
space:
mode:
authorsunce <sunce@ufl.edu>2023-01-15 14:17:07 +0800
committersunce <sunce@ufl.edu>2023-01-15 16:55:18 +0800
commitb13f05537b6bbf2f0160af2b4ad6a60f3fa9aa1d (patch)
tree2e81c1617934c775b341a68ba59ec416dd56584e /gtk/gtkframe.c
parent0834dac6ee9b526e8ba9e5066fcdee8c31febde5 (diff)
downloadgtk+-b13f05537b6bbf2f0160af2b4ad6a60f3fa9aa1d.tar.gz
Escape GtkBuilder XML tag in comment with backtick
Escape XML tags in gi-docgen oriented comment e.g. from <child> to `<child>`, so that they don't become HTML tag on the final webpage. This fix includes everything from commit ff46ea64 and #5312. Fixes #5312
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r--gtk/gtkframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 85c272a441..9ec452b259 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -51,8 +51,8 @@
*
* The `GtkFrame` implementation of the `GtkBuildable` interface supports
* placing a child in the label position by specifying “label” as the
- * “type” attribute of a <child> element. A normal content child can
- * be specified without specifying a <child> type attribute.
+ * “type” attribute of a `<child>` element. A normal content child can
+ * be specified without specifying a `<child>` type attribute.
*
* An example of a UI definition fragment with GtkFrame:
* ```xml