]> 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 a55d52c0b0e5dff8a0b2e250e0e9b4ef72d3a13c..b0e9903f24752ef533b13e6a24fbb9431eb55419 100644 (file)
@@ -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);