summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
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 /include/asterisk/devicestate.h
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 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index b13547a16..c6e3d43be 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -72,7 +72,7 @@ const char *devstate2str(enum ast_device_state devstate);
const char *ast_devstate_str(enum ast_device_state devstate);
/*! \brief Convert device state from text to integer value
- * \param The text representing the device state. Valid values are anything
+ * \param val The text representing the device state. Valid values are anything
* that comes after AST_DEVICE_ in one of the defined values.
* \return The AST_DEVICE_ integer value
*/