mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Clean up doxygen warnings
This patch fixes numerous doxygen warnings across Asterisk. It also updates the makefile to regenerate the doxygen configuration on the local system before running doxygen to help prevent warnings/errors on the local system. Much thanks to Andrew for tackling one of the Asterisk janitor projects! (issue ASTERISK-20259) Reported by: Andrew Latham Patches: doxygen_partial.diff uploaded by Andrew Latham (license 5985) make_progdocs.diff uploaded by Andrew Latham (license 5985) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
12
main/file.c
12
main/file.c
@@ -601,12 +601,12 @@ static int fileexists_test(const char *filename, const char *fmt, const char *la
|
||||
* \note The last parameter(s) point to a buffer of sufficient size,
|
||||
* which on success is filled with the matching filename.
|
||||
*
|
||||
* \param filename, name of the file.
|
||||
* \param fmt, format to look for the file in. OPTIONAL
|
||||
* \param preflang, the perfered language
|
||||
* \param buf, returns the matching filename
|
||||
* \param buflen, size of the buf
|
||||
* \param result_cap, OPTIONAL format capabilities result structure
|
||||
* \param filename Name of the file.
|
||||
* \param fmt Format to look for the file in. OPTIONAL
|
||||
* \param preflang The perfered language
|
||||
* \param buf Returns the matching filename
|
||||
* \param buflen Size of the buf
|
||||
* \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
|
||||
|
||||
Reference in New Issue
Block a user