Codechange: add missing @param and @return

This commit is contained in:
Rubidium
2026-02-15 22:14:37 +01:00
committed by rubidium42
parent a0b173b43c
commit c7468a6922
23 changed files with 143 additions and 52 deletions
+1 -1
View File
@@ -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);