From 6f61cb50c5d809173dc6eb8904da7a8beed65a24 Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Fri, 21 Sep 2012 17:14:59 +0000 Subject: Doxygen Updates - janitor work Doxygen updates including mistakes, misspellings, missing parameters, updates for Doxygen style. Some missing txt file links are removed but their content or essense will be included in some later updates. A majority of the txt files were removed in the 1.6 era but never noted. The HR and EXTREF are simple changes that make the documentation more compatable with more versions of Doxygen. Further updates coming. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373330 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_speex.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'codecs') diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index d298f2379..72e948057 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -26,7 +26,7 @@ * * \ingroup codecs * - * \extref The Speex library - http://www.speex.org + * The Speex library - http://www.speex.org * */ @@ -44,7 +44,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include /* We require a post 1.1.8 version of Speex to enable preprocessing - and better type handling */ + * and better type handling + */ #ifdef _SPEEX_TYPES_H #include #endif -- cgit v1.2.3