aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 19:28:01 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 19:28:01 +0000
commit4b020d1cbaaa722fe0e9a9d37f78e23ccb16fafe (patch)
tree51a3b6b74f9024ff60c97fb0dbc9db46da94f59b /frame.c
parentfe973b5fc22f3d869e3a73b2a8dc8cb03052800c (diff)
Doxygen reformatting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31496 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'frame.c')
-rw-r--r--frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frame.c b/frame.c
index 914d4b6b4..b806995af 100644
--- a/frame.c
+++ b/frame.c
@@ -938,7 +938,7 @@ int ast_codec_pref_index(struct ast_codec_pref *pref, int index)
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 @@ void ast_codec_pref_remove(struct ast_codec_pref *pref, int format)
}
-/*! \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 @@ int ast_codec_pref_append(struct ast_codec_pref *pref, int format)
}
-/*! \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;