]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Tiny tiny docs update, not even worth re-generating the docs for atm
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 12 Jul 2006 16:15:00 +0000 (16:15 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 12 Jul 2006 16:15:00 +0000 (16:15 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4370 e03df62e-2008-0410-955e-edbf42e46eb7

include/dns.h

index c6c1d9a23704df50f67ede85a123a8d9e27ac9ad..9d293884acdc5d6f9164b6668127720e678dd17e 100644 (file)
@@ -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);
        /**