summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
commit4be25abad7d04d29cb0448c9676364f3bb15f984 (patch)
treede76fccde605ccf3cf9a35626bd2a0fcc882eea3 /include/helper.h
parentd6e1e4a914be63e803e4503bba0c23b3cabc87e6 (diff)
Fix some doxygen warnings.
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/helper.h b/include/helper.h
index e337bf39..42c71297 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -86,18 +86,15 @@ int find_arg_str ( const char * const key, char** val );
int find_arg ( const char * const key );
/**
- * @params tokens
* @param tokens List of (input) tokens to match.
* @param input The entry to match against.
- * @param case_sensitive Whether case is significant.
- * @param index The current selected index.
- * @param data User data.
*
* Tokenized match, match tokens to line input.
*
- * @returns 1 when matches, 0 otherwise
+ * @returns TRUE when matches, FALSE otherwise
*/
int token_match ( GRegex **tokens, const char *input );
+
/**
* @param cmd The command to execute.
*