aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicestate.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
commitae627acb2f62a5543c8a91dedd70df665a29ef92 (patch)
tree63511aee5f2aa3d7e507b9e82756c21260f94d8b /main/devicestate.c
parent1fa77ee7a01bc97d858d1a5c4238729e29547f07 (diff)
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/devicestate.c')
-rw-r--r--main/devicestate.c6
1 files changed, 3 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()