From: Yuri Schaeffer Date: Mon, 8 Jul 2013 09:43:25 +0000 (+0000) Subject: Doxygen test failed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3133e9d2e57a011f9298cdeaf6316489f47438e6;p=thirdparty%2Funbound.git Doxygen test failed git-svn-id: file:///svn/unbound/branches/edns-subnet@2918 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/edns-subnet/addrtree.c b/edns-subnet/addrtree.c index c4550ee78..09ee056f6 100644 --- a/edns-subnet/addrtree.c +++ b/edns-subnet/addrtree.c @@ -4,7 +4,9 @@ * Copyright (c) 2013, NLnet Labs. See LICENSE for license. */ -/** \file see addrtree.h */ +/** \file + * see addrtree.h + * */ #include #include diff --git a/edns-subnet/edns-subnet.c b/edns-subnet/edns-subnet.c index 65147ec4f..ee27b5710 100644 --- a/edns-subnet/edns-subnet.c +++ b/edns-subnet/edns-subnet.c @@ -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 */ diff --git a/edns-subnet/edns-subnet.h b/edns-subnet/edns-subnet.h index c617dc1bd..b7084057c 100644 --- a/edns-subnet/edns-subnet.h +++ b/edns-subnet/edns-subnet.h @@ -6,8 +6,7 @@ /** * \file - * - * + * Subnet option related constants. */ #ifndef EDNSSUBNET_EDNSSUBNET_H diff --git a/services/outside_network.h b/services/outside_network.h index feeb803ab..e203fcddb 100644 --- a/services/outside_network.h +++ b/services/outside_network.h @@ -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,