summaryrefslogtreecommitdiffstats
path: root/include/helper.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/helper.h
parent7f621a4a915792868c09a3d7f9f7a48015c576c8 (diff)
Add some doxygen sugar.
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/helper.h b/include/helper.h
index f21fd51a..b250604b 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -1,6 +1,16 @@
#ifndef ROFI_HELPER_H
#define ROFI_HELPER_H
#include "rofi.h"
+
+/**
+ * @defgroup HELPERS Helpers
+ */
+/**
+ * @defgroup HELPER Helper
+ * @ingroup HELPERS
+ *
+ * @{
+ */
/**
* @param string The input string.
* @param output Pointer to 2 dimensional array with parsed string.
@@ -155,4 +165,6 @@ void cmd_set_arguments ( int argc, char **argv );
*/
char *rofi_expand_path ( const char *input );
unsigned int levenshtein ( const char *needle, const char *haystack );
+
+/*@}*/
#endif // ROFI_HELPER_H