summaryrefslogtreecommitdiffstats
path: root/include/scrollbar.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 08:54:24 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 08:54:24 +0100
commit504e27f7019391f759311fb5b1896a3265998bae (patch)
tree00db6739ab8feb98f0ed98e9b4d6b2ad57f4aa78 /include/scrollbar.h
parent7f621a4a915792868c09a3d7f9f7a48015c576c8 (diff)
Add some doxygen sugar.
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