aboutsummaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-18 11:40:48 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-18 11:40:48 +0900
commite5fca6b573f9d88f99f611fcbb592bdd46656a9d (patch)
tree645e06939fd0d39c627724960d69d10534d5e39e /git-compat-util.h
parent43400b42220f5089af45f1a883353f2b40d1c960 (diff)
parent68b69211b2e45f62be0ca58ac228fe7f54873295 (diff)
downloadgit-e5fca6b573f9d88f99f611fcbb592bdd46656a9d.tar.gz
Merge branch 'bb/compat-util-comment-fix'
Code cleanup. * bb/compat-util-comment-fix: git-compat-util: fix documentation syntax
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 8b8b29a867..607dca7534 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