From a8b71c68dd93dab213e286dc7730e47f32beeaab Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 12 Jul 2006 16:15:00 +0000 Subject: [PATCH] Tiny tiny docs update, not even worth re-generating the docs for atm git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4370 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/dns.h b/include/dns.h index c6c1d9a23..9d293884a 100644 --- a/include/dns.h +++ b/include/dns.h @@ -169,9 +169,9 @@ class Resolver : public Extensible * @param dnsserver This optional parameter specifies an alterate nameserver to use. * If it is not specified, or is an empty string, the value of ServerConfig::DNSServer * is used instead. - * @throw This class may throw an instance of ModuleException, in the event there are - * no more file descriptors, or a similar hard error occurs such as the network being - * down. + * @throw ModuleException This class may throw an instance of ModuleException, in the + * event there are no more file descriptors, or a similar hard error occurs such as + * the network being down. */ Resolver(const std::string &source, bool forward, const std::string &dnsserver); /** -- 2.39.2