summaryrefslogtreecommitdiffstats
path: root/include/scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scrollbar.h')
-rw-r--r--include/scrollbar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/scrollbar.h b/include/scrollbar.h
index 0b535ea8..e3312854 100644
--- a/include/scrollbar.h
+++ b/include/scrollbar.h
@@ -1,6 +1,13 @@
#ifndef ROFI_SCROLLBAR_H
#define ROFI_SCROLLBAR_H
#include <cairo.h>
+
+/**
+ * @defgroup Scrollbar Scrollbar
+ * @ingroup Widgets
+ *
+ * @{
+ */
/**
* Internal structure for the scrollbar.
*/
@@ -90,4 +97,6 @@ void scrollbar_resize ( scrollbar *sb, int w, int h );
* Move the scrollbar.
*/
void scrollbar_move ( scrollbar *sb, int x, int y );
+
+/*@}*/
#endif // ROFI_SCROLLBAR_H