mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: add missing @param and @return
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
_network_content_client.AddCallback(this);
|
||||
}
|
||||
|
||||
/** Stop listening to the content client events. */
|
||||
/** Stop listening to the content client events. @copydoc Window::Close */
|
||||
void Close([[maybe_unused]] int data = 0) override
|
||||
{
|
||||
_network_content_client.RemoveCallback(this);
|
||||
|
||||
Reference in New Issue
Block a user