[asterisk-commits] trunk r31496 - /trunk/frame.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 1 12:28:02 MST 2006


Author: oej
Date: Thu Jun  1 14:28:01 2006
New Revision: 31496

URL: http://svn.digium.com/view/asterisk?rev=31496&view=rev
Log:
Doxygen reformatting

Modified:
    trunk/frame.c

Modified: trunk/frame.c
URL: http://svn.digium.com/view/asterisk/trunk/frame.c?rev=31496&r1=31495&r2=31496&view=diff
==============================================================================
--- trunk/frame.c (original)
+++ trunk/frame.c Thu Jun  1 14:28:01 2006
@@ -938,7 +938,7 @@
 	return slot ? AST_FORMAT_LIST[slot-1].bits : 0;
 }
 
-/*! \brief ast_codec_pref_remove: Remove codec from pref list ---*/
+/*! \brief ast_codec_pref_remove: Remove codec from pref list */
 void ast_codec_pref_remove(struct ast_codec_pref *pref, int format)
 {
 	struct ast_codec_pref oldorder;
@@ -961,7 +961,7 @@
 	
 }
 
-/*! \brief ast_codec_pref_append: Append codec to list ---*/
+/*! \brief ast_codec_pref_append: Append codec to list */
 int ast_codec_pref_append(struct ast_codec_pref *pref, int format)
 {
 	int x, newindex = -1;
@@ -988,7 +988,7 @@
 }
 
 
-/*! \brief ast_codec_choose: Pick a codec ---*/
+/*! \brief ast_codec_choose: Pick a codec */
 int ast_codec_choose(struct ast_codec_pref *pref, int formats, int find_best)
 {
 	int x, ret = 0, slot;



More information about the asterisk-commits mailing list