aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 09:18:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 09:18:29 +0000
commit0e3f0fd50edc4e8b59fb7359c8592d91de806b86 (patch)
tree76241ea0cccf2f7c08fa31229c4c3d57418e7f9a /src/transport/plugin_transport_http_server.c
parent5ec7a9372394fe793560b3cbc8b8b26dea75c694 (diff)
downloadgnunet-0e3f0fd50edc4e8b59fb7359c8592d91de806b86.tar.gz
gnunet-0e3f0fd50edc4e8b59fb7359c8592d91de806b86.zip
-doxygen fixes
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 17e39360c..56477625f 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -879,7 +879,7 @@ server_disconnect (struct Session *s)
879 879
880 880
881/** 881/**
882 * Tell MHD that the connection should timeout after #to seconds. 882 * Tell MHD that the connection should timeout after @a to seconds.
883 * 883 *
884 * @param plugin our plugin 884 * @param plugin our plugin
885 * @param s session for which the timeout changes 885 * @param s session for which the timeout changes