aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-30 21:08:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-30 21:08:54 +0000
commit60c2c502f0a4581a6f25386a8d54adb9cc8b6003 (patch)
tree36def6a8c4d12b9e3f7844e8eac0b1ded02aad11 /src/util/getopt.c
parent3eef32501096eae621c68a59fbe68da6b0992072 (diff)
downloadgnunet-60c2c502f0a4581a6f25386a8d54adb9cc8b6003.tar.gz
gnunet-60c2c502f0a4581a6f25386a8d54adb9cc8b6003.zip
some doxygen fixes
Diffstat (limited to 'src/util/getopt.c')
-rw-r--r--src/util/getopt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index 799146e77..e37390a3a 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -987,8 +987,7 @@ GNgetopt_long (int argc,
987/** 987/**
988 * Parse the command line. 988 * Parse the command line.
989 * 989 *
990 * @param binaryName name of the binary / application with options 990 * @param binaryOptions name of this binary / application
991 * @param cfg for storing/accessing configuration data
992 * @param allOptions defined options and handlers 991 * @param allOptions defined options and handlers
993 * @param argc number of arguments 992 * @param argc number of arguments
994 * @param argv actual arguments 993 * @param argv actual arguments