mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
main: Fix for Doxygen.
ASTERISK-29763 Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
committed by
Friendly Automation
parent
cc025026b7
commit
9440f6ec58
@@ -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)
|
||||
|
Reference in New Issue
Block a user