summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-07 23:07:25 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-07 23:07:25 +0000
commit1d57ccb6f70f41fb1a50fa9546b8a380bc234d5c (patch)
tree63511aee5f2aa3d7e507b9e82756c21260f94d8b /main
parent0ac54224864a78d53827944aa1ebb0e79b526a61 (diff)
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/devicestate.c6
-rw-r--r--main/manager.c3
-rw-r--r--main/rtp.c1
3 files changed, 7 insertions, 3 deletions
diff --git a/main/devicestate.c b/main/devicestate.c
index d682602d6..2c30011b0 100644
--- a/main/devicestate.c
+++ b/main/devicestate.c
@@ -93,13 +93,13 @@
* and reported back.
*
* - Extension states
- * \arg \ref enum ast_extension_states
+ * \arg \ref ENUM ast_extension_states
* \arg \ref pbx.c
* \arg \ref pbx.h
* - Structures
- * - \ref struct ast_state_cb Callbacks for watchers
+ * - \ref ast_state_cb struct. Callbacks for watchers
* - Callback ast_state_cb_type
- * - \ref struct ast_hint
+ * - \ref ast_hint struct.
* - Functions
* - ast_extension_state_add()
* - ast_extension_state_del()
diff --git a/main/manager.c b/main/manager.c
index 6bffad2f6..eb469fbd9 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -2877,10 +2877,13 @@ static void xml_copy_escape(struct ast_str **out, const char *src, int mode)
*
* General: the unformatted text is used as a value of
* XML output: to be completed
+ *
+ * \verbatim
* Each section is within <response type="object" id="xxx">
* where xxx is taken from ajaxdest variable or defaults to unknown
* Each row is reported as an attribute Name="value" of an XML
* entity named from the variable ajaxobjtype, default to "generic"
+ * \endverbatim
*
* HTML output:
* each Name-value pair is output as a single row of a two-column table.
diff --git a/main/rtp.c b/main/rtp.c
index 617136b55..e40126dd3 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -774,6 +774,7 @@ static struct ast_frame *process_cisco_dtmf(struct ast_rtp *rtp, unsigned char *
* \param data
* \param len
* \param seqno
+ * \param timestamp
* \returns
*/
static struct ast_frame *process_rfc2833(struct ast_rtp *rtp, unsigned char *data, int len, unsigned int seqno, unsigned int timestamp)