summaryrefslogtreecommitdiffstats
path: root/src/color.c
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/color.c
parent271f6f44ea645c74f3130f03311b65e5dbdc7139 (diff)
downloadbfs-2889537ee68dacbdd9c8ea4e2053e03e86219c24.tar.xz
Adjust in/out parameter docs
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 0885726..d1b36f9 100644
--- a/src/color.c
+++ b/src/color.c
@@ -434,7 +434,7 @@ static const struct esc_seq *get_ext(const struct colors *colors, const char *fi
* The value to parse.
* @end
* The character that marks the end of the chunk.
- * @next (out)
+ * @next[out]
* Will be set to the next chunk.
* @return
* 0 on success, -1 on failure.