From 9c9dc01f38c808948c6ea508503f913fa800bb9a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Oct 2024 10:58:17 -0400 Subject: Write @arg instead of @param arg in doc comments --- src/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt.h') diff --git a/src/opt.h b/src/opt.h index 4aac129..a5729b3 100644 --- a/src/opt.h +++ b/src/opt.h @@ -13,7 +13,7 @@ struct bfs_ctx; /** * Apply optimizations to the command line. * - * @param ctx + * @ctx * The bfs context to optimize. * @return * 0 if successful, -1 on error. -- cgit v1.2.3