]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Doxygen test failed
authorYuri Schaeffer <yuri@nlnetlabs.nl>
Mon, 8 Jul 2013 09:43:25 +0000 (09:43 +0000)
committerYuri Schaeffer <yuri@nlnetlabs.nl>
Mon, 8 Jul 2013 09:43:25 +0000 (09:43 +0000)
git-svn-id: file:///svn/unbound/branches/edns-subnet@2918 be551aaa-1e26-0410-a405-d3ace91eadb9

edns-subnet/addrtree.c
edns-subnet/edns-subnet.c
edns-subnet/edns-subnet.h
services/outside_network.h

index c4550ee78d6f1df99bc6c975ec7c10d96f132280..09ee056f6fe706a8e610e0d3afaa33e839a52f33 100644 (file)
@@ -4,7 +4,9 @@
  * Copyright (c) 2013, NLnet Labs.  See LICENSE for license.
  */
 
-/** \file see addrtree.h */
+/** \file 
+ * see addrtree.h 
+ * */
 
 #include <stdio.h>
 #include <string.h>
index 65147ec4f51d64ea0b1d1f3df63915253c6326c6..ee27b57102bf3f29ebd88d07e62f89225d6f0cbf 100644 (file)
@@ -3,7 +3,12 @@
  *
  * Copyright (c) 2013, NLnet Labs.  See LICENSE for license.
  */
+
+/**
+ * \file
+ * Subnet option related constants. 
+ */
+
 #include "config.h"
 
 #ifdef CLIENT_SUBNET /* keeps splint happy */
index c617dc1bda5029b658ee73d2d63525b984f268b1..b7084057cf122aa3c6405e08dce20fa7d0019b81 100644 (file)
@@ -6,8 +6,7 @@
 
 /**
  * \file
- *
- * 
+ * Subnet option related constants. 
  */
 
 #ifndef EDNSSUBNET_EDNSSUBNET_H
index feeb803abe3ab5d43cdecfe5e53480c80e903226..e203fcddb5442b42e64b1a04f662f6e7ac480191 100644 (file)
@@ -384,7 +384,9 @@ struct serviced_query {
  * @param unwanted_param: user parameter to action.
  * @param do_udp: if udp is done.
  * @param sslctx: context to create outgoing connections with (if enabled).
+ * \if CLIENT_SUBNET
  * @param edns_subnet_upstreams: Servers whitelisted for edns-subnet.
+ * \endif
  * @return: the new structure (with no pending answers) or NULL on error.
  */
 struct outside_network* outside_network_create(struct comm_base* base,