aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 23:11:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 23:11:36 +0000
commit4cc87ee6e1e0ad07889f178b9c843fdd55d826e8 (patch)
tree3daabf628fa6034d2213644799cc8dedace8fd20 /include/asterisk/cdr.h
parent2a1fd152edcbcad451a31a94171be354f9cbc94d (diff)
clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 78df4b9de..e14b7c653 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -219,6 +219,7 @@ extern void ast_cdr_submit_batch(int shutdown);
/*! Set the destination channel, if there was one */
/*!
* \param cdr Which cdr it's applied to
+ * \param chan Channel to which dest will be
* Sets the destination channel the CDR is applied to
* Returns nothing
*/
@@ -244,7 +245,7 @@ extern int ast_cdr_amaflags2int(const char *flag);
/*! Disposition to a string */
/*!
- * \param flag input binary form
+ * \param disposition input binary form
* Converts the binary form of a disposition to string form.
* Returns a pointer to the string form
*/