]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-compat-util: fix documentation syntax
authorBeat Bolli <dev+git@drbeat.li>
Fri, 11 Oct 2019 18:24:54 +0000 (20:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Oct 2019 01:57:55 +0000 (10:57 +0900)
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>
git-compat-util.h

index 83be89de0aac7c96799635e3b2858a465f440acf..b4bc9c82519c39f1abd81c4f22ccc72d75af9d81 100644 (file)
@@ -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