summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-12-22 11:56:23 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2015-12-22 11:56:23 -0800
commita5a50915554f6a595bd2769f5cd5e8602a2b703b (patch)
tree6e80094bcdf7dc668ed58ebb408855d77b3d803c /gtk/gtkstylecontext.h
parent22c91698837ee06587f95dac82c72f3b8f64bc7d (diff)
downloadgtk+-a5a50915554f6a595bd2769f5cd5e8602a2b703b.tar.gz
stylecontext: fix gtk-doc comment syntax
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index d138a76750..8428213b26 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -895,7 +895,7 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_READ_ONLY "read-only"
-/*
+/**
* GTK_STYLE_CLASS_OVERSHOOT:
* A CSS class that is added on the visual hints that happen
* when scrolling is attempted past the limits of a scrollable
@@ -905,7 +905,7 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
-/*
+/**
* GTK_STYLE_CLASS_UNDERSHOOT:
* A CSS class that is added on the visual hints that happen
* where content is 'scrolled off' and can be made visible
@@ -915,7 +915,7 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
-/*
+/**
* GTK_STYLE_CLASS_PAPER:
* A CSS class that is added to areas that should look like paper.
*