From a780a28bec75567ad46fc4a27bb91f3dc5dc4ccf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 May 2012 13:55:10 +0000 Subject: [PATCH] doxygen --- src/lockmanager/gnunet-service-lockmanager.c | 2 +- src/transport/plugin_transport_wlan.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lockmanager/gnunet-service-lockmanager.c b/src/lockmanager/gnunet-service-lockmanager.c index ddf959ba6..3642ca030 100644 --- a/src/lockmanager/gnunet-service-lockmanager.c +++ b/src/lockmanager/gnunet-service-lockmanager.c @@ -268,7 +268,7 @@ add_lock (const char *domain_name, /** * Removes a lock from the lock map * - * @param the lock to remove + * @param lock the lock to remove */ static void remove_lock (struct Lock *lock) diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index dbede94a8..d89b72ba6 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -496,6 +496,7 @@ get_radiotap_header (struct MacEndpoint *endpoint, /** * Generate the WLAN hardware header for one packet * + * @param plugin the plugin handle * @param header address to write the header to * @param to_mac_addr address of the recipient * @param size size of the whole packet, needed to calculate the time to send the packet -- 2.25.1