main: Fix for Doxygen.

ASTERISK-29763

Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
Alexander Traud
2021-11-19 16:47:25 +01:00
committed by Friendly Automation
parent cc025026b7
commit 9440f6ec58
129 changed files with 1138 additions and 1573 deletions

View File

@@ -665,8 +665,8 @@ static int is_remote_path(const char *filename)
/*!
* \brief test if a file exists for a given format.
* \note result_cap is OPTIONAL
* \retval 1, true and result_cap represents format capabilities file exists in.
* \retval 0, false
* \retval 1 true and result_cap represents format capabilities file exists in.
* \retval 0 false
*/
static int fileexists_test(const char *filename, const char *fmt, const char *lang,
char *buf, int buflen, struct ast_format_cap *result_cap)
@@ -715,8 +715,8 @@ static int fileexists_test(const char *filename, const char *fmt, const char *la
* \param result_cap OPTIONAL format capabilities result structure
* returns what formats the file was found in.
*
* \retval 1, true. file exists and result format is set
* \retval 0, false. file does not exist.
* \retval 1 true. file exists and result format is set
* \retval 0 false. file does not exist.
*/
static int fileexists_core(const char *filename, const char *fmt, const char *preflang,
char *buf, int buflen, struct ast_format_cap *result_cap)