summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-26 23:11:36 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-26 23:11:36 +0000
commit3332a8acd19e3ef6e0fb71ff38e5ab1187f9c1ea (patch)
tree3daabf628fa6034d2213644799cc8dedace8fd20 /include/asterisk/frame.h
parent5187de9ab6e5abc33ee6de4c4b16dbd3e3a5a7a7 (diff)
clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index a4db87aba..48a2bbebb 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -336,7 +336,7 @@ extern char* ast_getformatname(int format);
/*! Get the names of a set of formats */
/*!
* \param buf a buffer for the output string
- * \param n size of buf (bytes)
+ * \param size size of buf (bytes)
* \param format the format (combined IDs of codecs)
* Prints a list of readable codec names corresponding to "format".
* ex: for format=AST_FORMAT_GSM|AST_FORMAT_SPEEX|AST_FORMAT_ILBC it will return "0x602 (GSM|SPEEX|ILBC)"