summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-27 19:44:13 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:34 +0000
commit15aa7de547bf5ac9f22614aaa51b412a935d418a (patch)
treeff4d90a99f005ceed392f3d9261209c2397aa64b /gtk/gtkcalendar.c
parentee62d19115b833439590d9a763b193401fcdec07 (diff)
downloadgtk+-15aa7de547bf5ac9f22614aaa51b412a935d418a.tar.gz
calendar: Use markdown for css tree
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 596119ee93..a8c455321e 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -53,7 +53,7 @@
*
* # CSS nodes
*
- * |[<!-- language="plain" -->
+ * ```
* calendar.view
* ├── header
* │ ├── button
@@ -64,7 +64,7 @@
* │ ╰── button
* ╰── grid
* ╰── label[.day-name][.week-number][.day-number][.other-month][.today]
- * ]|
+ * ```
*
* `GtkCalendar` has a main node with name calendar. It contains a subnode
* called header containing the widgets for switching between years and months.