We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d13dee commit 4e2ca65Copy full SHA for 4e2ca65
builtin.h
@@ -15,14 +15,14 @@
15
* Git:
16
*
17
* . Define the implementation of the built-in command `foo` with
18
- * signature:
+ * signature:
19
20
* int cmd_foo(int argc, const char **argv, const char *prefix);
21
22
- * . Add the external declaration for the function to ``.
+ * . Add the external declaration for the function to `builtin.h`.
23
24
* . Add the command to the `commands[]` table defined in `git.c`.
25
- * The entry should look like:
+ * The entry should look like:
26
27
* { "foo", cmd_foo, <options> },
28
0 commit comments