summaryrefslogtreecommitdiffstats
path: root/src/xregex.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-10-08 11:54:10 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-10-10 11:18:06 -0400
commit2889537ee68dacbdd9c8ea4e2053e03e86219c24 (patch)
treedba9bcb673ac93a0a30d2f1752797aaab2be9403 /src/xregex.h
parent271f6f44ea645c74f3130f03311b65e5dbdc7139 (diff)
downloadbfs-2889537ee68dacbdd9c8ea4e2053e03e86219c24.tar.xz
Adjust in/out parameter docs
Diffstat (limited to 'src/xregex.h')
-rw-r--r--src/xregex.h2
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.