summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 6fa157f84c..270068fea3 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -1905,9 +1905,9 @@ gtk_expander_get_use_underline (GtkExpander *expander)
* @expander: a #GtkExpander
* @use_markup: %TRUE if the label's text should be parsed for markup
*
- * Sets whether the text of the label contains markup in <link
- * linkend="PangoMarkupFormat">Pango's text markup
- * language</link>. See gtk_label_set_markup().
+ * Sets whether the text of the label contains markup in
+ * [Pango's text markup language][PangoMarkupFormat].
+ * See gtk_label_set_markup().
*
* Since: 2.4
*/
@@ -1939,8 +1939,8 @@ gtk_expander_set_use_markup (GtkExpander *expander,
* @expander: a #GtkExpander
*
* Returns whether the label's text is interpreted as marked up with
- * the <link linkend="PangoMarkupFormat">Pango text markup
- * language</link>. See gtk_expander_set_use_markup().
+ * the [Pango text markup language][PangoMarkupFormat].
+ * See gtk_expander_set_use_markup().
*
* Return value: %TRUE if the label's text will be parsed for markup
*