[server,audin] fix Wdocumentation-unknown-command

This commit is contained in:
Armin Novak 2023-10-11 14:58:56 +02:00 committed by akallabeth
parent a16479f5d5
commit 2373db233e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ extern "C"
/** \brief sets the supported audio formats for AUDIN server channel context.
*
* \param context The context to set the formats for
* \param count The number of formats found in \formats. Use \b -1 to set to default formats
* \param count The number of formats found in \b formats. Use \b -1 to set to default formats
* supported by FreeRDP \param formats An array of \b count elements
*
* \return \b TRUE if successful and at least one format is supported, \b FALSE otherwise.