]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix various documentation comments.
[user/henk/code/inspircd.git] / include / inspircd.h
index 11948e2cf08092e77d012f5694320559e5ab6b10..b0e9903f24752ef533b13e6a24fbb9431eb55419 100644 (file)
@@ -13,7 +13,7 @@
  *   Copyright (C) 2007-2009 Dennis Friis <peavey@inspircd.org>
  *   Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007 Oliver Lupton <om@inspircd.org>
- *   Copyright (C) 2006-2008, 2010 Craig Edwards <brain@inspircd.org>
+ *   Copyright (C) 2005-2008, 2010 Craig Edwards <brain@inspircd.org>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -212,7 +212,7 @@ class CoreExport InspIRCd
         * Reason for it:
         * kludge alert!
         * SendMode expects a User* to send the numeric replies
-        * back to, so we create it a fake user that isnt in the user
+        * back to, so we create it a fake user that isn't in the user
         * hash and set its descriptor to FD_MAGIC_NUMBER so the data
         * falls into the abyss :p
         */
@@ -538,7 +538,6 @@ class CoreExport InspIRCd
        /** Attempt to write the process id to a given file
         * @param filename The PID file to attempt to write to
         * @param exitonfail If true and the PID fail cannot be written log to stdout and exit, otherwise only log on failure
-        * @return This function may bail if the file cannot be written
         */
        void WritePID(const std::string& filename, bool exitonfail = true);