From 2889537ee68dacbdd9c8ea4e2053e03e86219c24 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 8 Oct 2024 11:54:10 -0400 Subject: Adjust in/out parameter docs --- src/color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color.c') 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. -- cgit v1.2.3