aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 11:26:42 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 11:26:42 +0000
commitd0efe84c15166730f5ee3f7af74ca428ae37f7ff (patch)
tree493c44dae4e15c28db8e349e07d3c416b3340e0c /src/transport
parentfa9d1957520372ba3575296f1edb53f48fe2b000 (diff)
downloadgnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.tar.gz
gnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.zip
fixing docu issues
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-transport.c2
-rw-r--r--src/transport/plugin_transport_http.c2
-rw-r--r--src/transport/plugin_transport_smtp.c2
-rw-r--r--src/transport/plugin_transport_udp.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 52475e3eb..17f6e6f78 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file server/gnunet-transport.c 22 * @file src/transport/gnunet-transport.c
23 * @brief Tool to help configure the transports. 23 * @brief Tool to help configure the transports.
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 78691852d..c2f531b54 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transports/http.c 22 * @file transport/plugin_transport_http.c
23 * @brief Implementation of the HTTP transport service 23 * @brief Implementation of the HTTP transport service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c
index f7cc530e4..b93b16fb7 100644
--- a/src/transport/plugin_transport_smtp.c
+++ b/src/transport/plugin_transport_smtp.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transports/smtp.c 22 * @file transport/plugin_transport_smtp.c
23 * @brief Implementation of the SMTP transport service 23 * @brief Implementation of the SMTP transport service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Renaldo Ferreira 25 * @author Renaldo Ferreira
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index ce8a2f89c..840025997 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transports/udp.c 22 * @file transport/plugin_transport_udp.c
23 * @brief Implementation of the UDP transport service 23 * @brief Implementation of the UDP transport service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */