diff options
Diffstat (limited to 'src/xregex.h')
-rw-r--r-- | src/xregex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xregex.h b/src/xregex.h index 3bf3535..c4504ee 100644 --- a/src/xregex.h +++ b/src/xregex.h @@ -42,7 +42,7 @@ enum bfs_regexec_flags { /** * Wrapper for regcomp() that supports additional regex types. * - * @preg (out) + * @preg[out] * Will hold the compiled regex. * @pattern * The regular expression to compile. |