diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-12 16:15:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-12 16:15:00 +0000 |
commit | a8b71c68dd93dab213e286dc7730e47f32beeaab (patch) | |
tree | b31b03a768e5b92a96dea99adde73f63d68a3482 /include | |
parent | 7b41936ce87ec9a212ad96b980c9545655a59a9d (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/dns.h | 6 |
1 files 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); /** |