From: Christian Grothoff Date: Sun, 6 Mar 2011 15:26:16 +0000 (+0000) Subject: more dox fixes X-Git-Tag: initial-import-from-subversion-38251~19018 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8597cfba1c4980b045982d6762b953bf967a37dc;p=oweals%2Fgnunet.git more dox fixes --- diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index c4903dd9c..ab7446e06 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -2170,7 +2170,7 @@ add_ack_for_send(struct Plugin * plugin, struct Session * session, * Function used for to process the data received from the wlan interface * * @param cls the plugin handle - * @param client client which send the data (not used) + * @param session_light FIXME: document * @param hdr hdr of the GNUNET_MessageHeader */ static void diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index 296d92b50..f6198894f 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -270,7 +270,7 @@ message_token (void *cls, * @param section name of section in config, equal to hostname * @param option type of redirect * @param value specification of services, format is - * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE )* + * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE <more of those>)* */ static void read_service_conf (void *cls, const char *section, const char *option,