From e47d3db365cb4051f04446fd03ed6846f9ee7fbd Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 16 Aug 2013 17:33:21 +0000 Subject: Doxygen comment tweaks. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/file.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/file.c') diff --git a/main/file.c b/main/file.c index a351fd4ec..4783c416f 100644 --- a/main/file.c +++ b/main/file.c @@ -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); -- cgit v1.2.3