From 768bc44081550be18ee19697ed36b5f92298ef11 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 12:12:55 -0500 Subject: docs: use |[ ]| instead of https://bugzilla.gnome.org/show_bug.cgi?id=723119 --- gtk/gtkcsscustomproperty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkcsscustomproperty.c') diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index 4c0437983f..95efdd6795 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -202,12 +202,12 @@ gtk_css_custom_property_create_initial_value (GParamSpec *pspec) * the CSS file, make sure the engine is loaded first by specifying * the engine property, either in a previous rule or within the same * one. - * + * |[ * * { * engine: someengine; * -SomeEngine-custom-property: 2; * } - * + * ]| * * * Since: 3.0 -- cgit v1.2.1