aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/dns
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/dns_api.c2
-rw-r--r--src/dns/gnunet-dns-monitor.c4
-rw-r--r--src/dns/gnunet-dns-redirector.c4
-rw-r--r--src/dns/gnunet-service-dns.c2
-rw-r--r--src/dns/plugin_block_dns.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/src/dns/dns_api.c b/src/dns/dns_api.c
index dfce0af1b..a280265da 100644
--- a/src/dns/dns_api.c
+++ b/src/dns/dns_api.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file dns/dns_api_new.c 22 * @file dns/dns_api.c
23 * @brief API to access the DNS service. 23 * @brief API to access the DNS service.
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/dns/gnunet-dns-monitor.c b/src/dns/gnunet-dns-monitor.c
index 3c7f31985..82715aabc 100644
--- a/src/dns/gnunet-dns-monitor.c
+++ b/src/dns/gnunet-dns-monitor.c
@@ -119,9 +119,9 @@ display_query (const struct GNUNET_DNSPARSER_Query *query)
119 119
120 120
121/** 121/**
122 * Output the given DNS query to stdout. 122 * Output the given DNS record to stdout.
123 * 123 *
124 * @param query query to display. 124 * @param record record to display.
125 */ 125 */
126static void 126static void
127display_record (const struct GNUNET_DNSPARSER_Record *record) 127display_record (const struct GNUNET_DNSPARSER_Record *record)
diff --git a/src/dns/gnunet-dns-redirector.c b/src/dns/gnunet-dns-redirector.c
index cea8f5be9..a45b89609 100644
--- a/src/dns/gnunet-dns-redirector.c
+++ b/src/dns/gnunet-dns-redirector.c
@@ -56,9 +56,9 @@ static int verbosity;
56 56
57 57
58/** 58/**
59 * Output the given DNS query to stdout. 59 * Modify the given DNS record.
60 * 60 *
61 * @param query query to display. 61 * @param record record to modify
62 */ 62 */
63static void 63static void
64modify_record (const struct GNUNET_DNSPARSER_Record *record) 64modify_record (const struct GNUNET_DNSPARSER_Record *record)
diff --git a/src/dns/gnunet-service-dns.c b/src/dns/gnunet-service-dns.c
index 6370e95a6..17f60749e 100644
--- a/src/dns/gnunet-service-dns.c
+++ b/src/dns/gnunet-service-dns.c
@@ -1373,7 +1373,7 @@ receive_dns_request (void *cls GNUNET_UNUSED, struct GNUNET_MESH_Tunnel *tunnel,
1373 * @param cls closure 1373 * @param cls closure
1374 * @param tunnel new handle to the tunnel 1374 * @param tunnel new handle to the tunnel
1375 * @param initiator peer that started the tunnel 1375 * @param initiator peer that started the tunnel
1376 * @param atsi performance information for the tunnel 1376 * @param ats performance information for the tunnel
1377 * @return initial tunnel context for the tunnel 1377 * @return initial tunnel context for the tunnel
1378 */ 1378 */
1379static void * 1379static void *
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c
index 34b054c8d..96a4dc04e 100644
--- a/src/dns/plugin_block_dns.c
+++ b/src/dns/plugin_block_dns.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file vpn/plugin_block_dns.c 22 * @file dns/plugin_block_dns.c
23 * @brief block plugin for storing .gnunet-bindings 23 * @brief block plugin for storing .gnunet-bindings
24 * @author Philipp Tölke 24 * @author Philipp Tölke
25 */ 25 */