summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-14 16:46:54 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-14 16:46:54 +0200
commitce341f68851e1170e231fc25cc8183183a2da99b (patch)
tree9eba2ba8f0354e55734c281f276d1c62a84380d6 /include/helper.h
parentb4c599f022feb69d5be7c27a3037c70c02c44790 (diff)
Document more headers.
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/helper.h b/include/helper.h
index e1bf335d..65354269 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -35,7 +35,7 @@ int helper_parse_setup ( char * string, char ***output, int *length, ... );
GRegex **tokenize ( const char *input, int case_sensitive );
/**
- * @param tokens Array of regex objects
+ * @param tokens Array of regex objects
*
* Frees the array of regex expressions.
*/
@@ -177,7 +177,7 @@ unsigned int levenshtein ( const char *needle, const char *haystack );
char * rofi_force_utf8 ( gchar *data, ssize_t length );
/**
- * @param data the array holding latin text
+ * @param data the array holding latin text
* @param length the length of the data array
*
* Converts latin to UTF-8.