[warnings] fix documentation command unknown

This commit is contained in:
akallabeth
2024-09-12 20:39:41 +02:00
parent afff514ca7
commit 163aec7e2b
15 changed files with 58 additions and 46 deletions

View File

@@ -47,7 +47,7 @@ extern "C"
{
#endif
/** \defgroup rdpSettings
/** \defgroup rdpSettings rdpSettings
* \brief This is the FreeRDP settings module.
*
* Settings are used to store configuration data for an RDP connection.
@@ -490,7 +490,8 @@ extern "C"
const char* param);
/** \brief appends a string to a settings value. The \b param is copied.
* If the initial value of the setting was not empty, <old value><separator><param> is created
* If the initial value of the setting was not empty, @code <old value><separator><param>
* @endcode is created
*
* \param settings A pointer to the settings to query, must not be NULL.
* \param id The key to query