aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/print_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print_help.h')
-rw-r--r--src/print_help.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/print_help.h b/src/print_help.h
index 005800b1..9c5a6229 100644
--- a/src/print_help.h
+++ b/src/print_help.h
@@ -1,15 +1,8 @@
-
-/** \file print_help.h
- Print help message for the specified command
-*/
-
+// Print help message for the specified command.
#ifndef FISH_PRINT_HELP_H
#define FISH_PRINT_HELP_H
-/**
- Print help message for the specified command
-*/
-
+/// Print help message for the specified command.
void print_help(const char *cmd, int fd);
#endif