diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:38:54 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:51:51 +0100 |
commit | 952ee5cc603a5231348b8cfab18ee85a097f5394 (patch) | |
tree | af56b96d229f931ace18fcf69a35614b5921e289 /include/inspircd.h | |
parent | 8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff) |
Fix various documentation comments.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a55d52c0b..b0e9903f2 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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); |