summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-03-30 17:24:12 +0100
committerSadie Powell <sadie@witchery.services>2020-03-30 17:24:12 +0100
commit9ebda853f5bc470858501897442610699a5fd5de (patch)
tree95868366404431602883c9671a0b9f5df60e322f /include/modules.h
parent3f3da905b9bce3b180208ed3e6547f8579779b28 (diff)
Fix various documentation and formatting issues.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 5e0c9ab07..e4e439f7c 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -950,7 +950,6 @@ class CoreExport Module : public classbase, public usecountbase
/** Called before a server shuts down.
* @param reason The reason the server is shutting down.
- * @param restart Whether the server is restarting.
*/
virtual void OnShutdown(const std::string& reason);
};