aboutsummaryrefslogtreecommitdiff
path: root/src/upnp
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/upnp
parentfa9d1957520372ba3575296f1edb53f48fe2b000 (diff)
downloadgnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.tar.gz
gnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.zip
fixing docu issues
Diffstat (limited to 'src/upnp')
-rw-r--r--src/upnp/upnp_init.c2
-rw-r--r--src/upnp/upnp_ip.c2
-rw-r--r--src/upnp/upnp_ip.h2
-rw-r--r--src/upnp/upnp_util.h2
-rw-r--r--src/upnp/upnp_xmlnode.c2
-rw-r--r--src/upnp/upnp_xmlnode.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/upnp/upnp_init.c b/src/upnp/upnp_init.c
index b0eb77c32..19167342b 100644
--- a/src/upnp/upnp_init.c
+++ b/src/upnp/upnp_init.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/transports/upnp/init.c 22 * @file transport/upnp_init.c
23 * @brief API for UPnP access 23 * @brief API for UPnP access
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/upnp/upnp_ip.c b/src/upnp/upnp_ip.c
index 3716fc671..cb102cba5 100644
--- a/src/upnp/upnp_ip.c
+++ b/src/upnp/upnp_ip.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transports/upnp/ip.c 22 * @file transport/upnp_ip.c
23 * @brief code to determine the IP of the local machine 23 * @brief code to determine the IP of the local machine
24 * 24 *
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/upnp/upnp_ip.h b/src/upnp/upnp_ip.h
index adc06bbd5..62cb05f5e 100644
--- a/src/upnp/upnp_ip.h
+++ b/src/upnp/upnp_ip.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transports/upnp/ip.h 22 * @file transport/upnp_ip.h
23 * @brief 23 * @brief
24 * 24 *
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/upnp/upnp_util.h b/src/upnp/upnp_util.h
index 89a8d71cf..32c790493 100644
--- a/src/upnp/upnp_util.h
+++ b/src/upnp/upnp_util.h
@@ -1,5 +1,5 @@
1/** 1/**
2 * @file util.h Utility Functions 2 * @file transport/upnp_util.h Utility Functions
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim
diff --git a/src/upnp/upnp_xmlnode.c b/src/upnp/upnp_xmlnode.c
index b37528f00..aeea157e1 100644
--- a/src/upnp/upnp_xmlnode.c
+++ b/src/upnp/upnp_xmlnode.c
@@ -1,5 +1,5 @@
1/** 1/**
2 * @file xmlnode.c XML DOM functions 2 * @file transport/upnp_xmlnode.c XML DOM functions
3 * 3 *
4 * gaim 4 * gaim
5 * 5 *
diff --git a/src/upnp/upnp_xmlnode.h b/src/upnp/upnp_xmlnode.h
index 199975e37..191ef14d2 100644
--- a/src/upnp/upnp_xmlnode.h
+++ b/src/upnp/upnp_xmlnode.h
@@ -1,5 +1,5 @@
1/** 1/**
2 * @file xmlnode.h XML DOM functions 2 * @file transport/upnp_xmlnode.h XML DOM functions
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim