summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/paint-selector.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index 25ba4aa97..69cfa602e 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -1,7 +1,6 @@
#ifndef SEEN_SP_PAINT_SELECTOR_H
#define SEEN_SP_PAINT_SELECTOR_H
-
-/** \file
+/*
* Generic paint selector widget
*
* Authors:
@@ -32,7 +31,9 @@ class SPStyle;
#define SP_IS_PAINT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_PAINT_SELECTOR))
#define SP_IS_PAINT_SELECTOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SP_TYPE_PAINT_SELECTOR))
-/// Generic paint selector widget
+/**
+ * Generic paint selector widget.
+ */
struct SPPaintSelector {
GtkVBox vbox;