From 8ec5147217bf67a3eabef022f7d46d56e1acd47b Mon Sep 17 00:00:00 2001 From: Andrew Bower Date: Sun, 12 Jan 2025 18:17:56 +0000 Subject: [PATCH] doxygen tweak to new xregcomp function --- src/vcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vcard.c b/src/vcard.c index 9bbfa05..c3feb57 100644 --- a/src/vcard.c +++ b/src/vcard.c @@ -43,7 +43,7 @@ /** * Compile regex, checking and handling errors. * - * \parm[in] preg The compiled regex. + * \parm[out] preg The compiled regex. * \parm[in] regex The pattern to match. * \parm[in] cflags The compilation flags according to regex(3). *