summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-11-30 20:34:23 +0000
committerOlle Johansson <oej@edvina.net>2006-11-30 20:34:23 +0000
commit446a06679aa0a1b96bb09d6e16514a12124686af (patch)
tree0da2f23a955767595459b78b97fd7ca1dee5cd68 /main/pbx.c
parent1f2f5919b588b06228f78538b78c4666e4aba87e (diff)
Documentation updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 60a89e104..370087412 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -193,7 +193,9 @@ struct ast_state_cb {
/*! \brief Structure for dial plan hints
\note Hints are pointers from an extension in the dialplan to one or
- more devices (tech/name) */
+ more devices (tech/name)
+ - See \ref AstExtState
+*/
struct ast_hint {
struct ast_exten *exten; /*!< Extension */
int laststate; /*!< Last known state */