diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-07-01 08:10:23 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-07-01 08:10:23 +0000 |
commit | 8ab3479ef2019031a0783d77ea1fec2546ca2079 (patch) | |
tree | cdb75673b41b0a69ef15fbf85c21ae6ab4fbaceb | |
parent | 54ee92af601faa1d8fc37421f9b766eb8557cf65 (diff) |
doxygen fixes
-rw-r--r-- | src/transport/plugin_transport_http_common.c | 1 | ||||
-rw-r--r-- | src/transport/plugin_transport_http_common.h | 1 | ||||
-rw-r--r-- | src/transport/plugin_transport_tcp.c | 2 | ||||
-rw-r--r-- | src/transport/plugin_transport_unix.c | 7 |
4 files changed, 7 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c index 2572731616..6031d09477 100644 --- a/src/transport/plugin_transport_http_common.c +++ b/src/transport/plugin_transport_http_common.c @@ -253,6 +253,7 @@ http_common_plugin_address_to_url (void *cls, const void *addr, size_t addrlen) * to override the address again. * * @param cls closure + * @param plugin the plugin * @param addr binary address * @param addrlen length of the address * @return string representing the same address diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h index 528f50243b..ae37f605ae 100644 --- a/src/transport/plugin_transport_http_common.h +++ b/src/transport/plugin_transport_http_common.h @@ -116,6 +116,7 @@ http_common_plugin_address_pretty_printer (void *cls, const char *type, * to override the address again. * * @param cls closure + * @param plugin the plugin * @param addr binary address * @param addrlen length of the address * @return string representing the same address diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index cbea1d0248..cf6c442772 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -639,7 +639,7 @@ tcp_address_to_string (void *cls, const void *addr, size_t addrlen) * a binary address. * * @param cls closure ('struct Plugin*') - * @param address string address + * @param addr string address * @param addrlen length of the address * @param buf location to store the buffer * @param added location to store the number of bytes in the buffer. diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 4418964bd8..b1a823eb06 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -449,7 +449,8 @@ lookup_session_it (void *cls, * * @param plugin the plugin * @param sender for which peer should the session be? - * @param addr address to look for + * @param ua address to look for + * @param ua_len length of the address * @return NULL if session was not found */ static struct Session * @@ -910,8 +911,8 @@ unix_plugin_send (void *cls, * @param plugin the main plugin for this transport * @param sender from which peer the message was received * @param currhdr pointer to the header of the message - * @param un the address from which the message was received - * @param fromlen the length of the address + * @param ua address to look for + * @param ua_len length of the address */ static void unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, |