aboutsummaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorBeat Bolli <dev+git@drbeat.li>2019-10-11 20:24:54 +0200
committerJunio C Hamano <gitster@pobox.com>2019-10-12 10:57:55 +0900
commit68b69211b2e45f62be0ca58ac228fe7f54873295 (patch)
tree6eaa7b8244b4f8f85fafddc3936a7855fa203b01 /git-compat-util.h
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9 (diff)
downloadgit-68b69211b2e45f62be0ca58ac228fe7f54873295.tar.gz
git-compat-util: fix documentation syntax
The parameter marker for x was garbled in its introduction in 89c855ed3c ("git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array", 2015-04-30). Signed-off-by: Beat Bolli <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 83be89de0a..b4bc9c8251 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -77,7 +77,7 @@
#endif
/*
* ARRAY_SIZE - get the number of elements in a visible array
- * <at> x: the array whose size you want.
+ * @x: the array whose size you want.
*
* This does not work on pointers, or arrays declared as [], or
* function parameters. With correct compiler support, such usage