summaryrefslogtreecommitdiffstats
path: root/include/i3-support.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/i3-support.h
parent7f621a4a915792868c09a3d7f9f7a48015c576c8 (diff)
Add some doxygen sugar.
Diffstat (limited to 'include/i3-support.h')
-rw-r--r--include/i3-support.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/i3-support.h b/include/i3-support.h
index 9030f804..1e73fe73 100644
--- a/include/i3-support.h
+++ b/include/i3-support.h
@@ -2,7 +2,12 @@
#define ROFI_I3_H
/**
+ * @defgroup I3Support I3Support
+ * @ingroup HELPERS
+ *
* These functions are dummies when i3 support is not compiled in.
+ *
+ * @{
*/
/**
@@ -29,4 +34,5 @@ int i3_support_initialize ( Display *display );
* Cleanup.
*/
void i3_support_free_internals ( void );
+/*@}*/
#endif // ROFI_I3_H