diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 13:23:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 13:23:17 +0100 |
commit | 9317d6d69da2046d1a0cfbe1ea4b377924cc1c90 (patch) | |
tree | 5a64d0b187df3077077ca1a1c19b2a9db6483ea1 /src/include/taler_mhd_lib.h | |
parent | dac255329f4f385d3ccfb544e259d2fae76325df (diff) |
doxygen work
Diffstat (limited to 'src/include/taler_mhd_lib.h')
-rw-r--r-- | src/include/taler_mhd_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index d9d1611a4..6840509b5 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -381,7 +381,7 @@ TALER_MHD_open_unix_path (const char *unix_path, * * @param cfg configuration to parse * @param section configuration section to use - * @param port[out] port to set, if TCP without BINDTO + * @param[out] port port to set, if TCP without BINDTO * @return -1 and a port of zero on error, otherwise * either -1 and a port, or a bound stream socket */ |