From 3be38cd54cfcfa92c78b9a09dc6f2a763732f0be Mon Sep 17 00:00:00 2001 From: rtldg <55846624+rtldg@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:00:28 +0000 Subject: [PATCH] Add missing parameter doc for ISmmAPI::GetServerFactory() --- core/ISmmAPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ISmmAPI.h b/core/ISmmAPI.h index 50dc7019..2c2237df 100644 --- a/core/ISmmAPI.h +++ b/core/ISmmAPI.h @@ -115,6 +115,7 @@ namespace SourceMM /** * @brief Returns an interface factory for the GameDLL. * + * @param syn If syn is true, the synthetic wrapper is returned. * If syn is false, the true function is returned. * @return CreateInterfaceFn function pointer. */