mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 19:20:35 +00:00
Doxygen comment tweaks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -343,7 +343,10 @@ static int exts_compare(const char *exts, const char *type)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \internal \brief Close the file stream by canceling any pending read / write callbacks */
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Close the file stream by canceling any pending read / write callbacks
|
||||
*/
|
||||
static void filestream_close(struct ast_filestream *f)
|
||||
{
|
||||
enum ast_format_type format_type = AST_FORMAT_GET_TYPE(f->fmt->format.id);
|
||||
|
Reference in New Issue
Block a user