summaryrefslogtreecommitdiff
path: root/include/asterisk/tdd.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/tdd.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/tdd.h')
-rwxr-xr-xinclude/asterisk/tdd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/tdd.h b/include/asterisk/tdd.h
index ed85e0d34..66af1e52f 100755
--- a/include/asterisk/tdd.h
+++ b/include/asterisk/tdd.h
@@ -37,6 +37,7 @@ extern void tdd_init(void);
/*! Generates a CallerID FSK stream in ulaw format suitable for transmission. */
/*!
+ * \param tdd tdd structure
* \param buf Buffer to use. This needs to be large enough to accomodate all the generated samples.
* \param string This is the string to send.
* This function creates a stream of TDD data in ulaw format. It returns the size
@@ -54,7 +55,7 @@ extern struct tdd_state *tdd_new(void);
/*! Read samples into the state machine, and return character (if any). */
/*!
* \param tdd Which state machine to act upon
- * \param buffer containing your samples
+ * \param ubuf containing your samples
* \param samples number of samples contained within the buffer.
*
* Send received audio to the TDD demodulator.