From: Nathan S. Evans Date: Sun, 4 Apr 2010 17:10:58 +0000 (+0000) Subject: doxygen fixes X-Git-Tag: initial-import-from-subversion-38251~22298 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7ffce01b3c21f4d39200c09c277620a953247381;p=oweals%2Fgnunet.git doxygen fixes --- diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c index d4fc9296b..1dbf32ea8 100644 --- a/src/dht/dht_api.c +++ b/src/dht/dht_api.c @@ -847,7 +847,14 @@ GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle, return get_handle; } - +/** + * Stop a previously issued routing request + * + * @param route_handle handle to the request to stop + * @param cont continuation to call once this message is sent to the service or times out + * @param cont_cls closure for the continuation + * + */ void GNUNET_DHT_route_stop (struct GNUNET_DHT_RouteHandle *route_handle, GNUNET_SCHEDULER_Task cont, void *cont_cls) @@ -906,6 +913,8 @@ GNUNET_DHT_route_stop (struct GNUNET_DHT_RouteHandle *route_handle, * Stop async DHT-get. * * @param get_handle handle to the GET operation to stop + * @param cont continuation to call once this message is sent to the service or times out + * @param cont_cls closure for the continuation */ void GNUNET_DHT_get_stop (struct GNUNET_DHT_GetHandle *get_handle, @@ -932,8 +941,8 @@ GNUNET_DHT_get_stop (struct GNUNET_DHT_GetHandle *get_handle, * @param options routing options for this message * @param message a message to inject at found peers (may be null) * @param key the key to look up - * @param iter function to call on each result - * @param iter_cls closure for iter + * @param proc function to call on each result + * @param proc_cls closure for proc * @param cont continuation to call once message sent * @param cont_cls closure for continuation * @@ -995,6 +1004,8 @@ GNUNET_DHT_find_peer_start (struct GNUNET_DHT_Handle *handle, * Stop async find peer. Frees associated resources. * * @param find_peer_handle GET operation to stop. + * @param cont continuation to call once this message is sent to the service or times out + * @param cont_cls closure for the continuation */ void GNUNET_DHT_find_peer_stop (struct GNUNET_DHT_FindPeerHandle *find_peer_handle,