aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-24 14:00:19 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-24 14:00:19 +0000
commit5a2011b9d74f97c2355fe6c99f72a3617adc17a3 (patch)
treea7d7f57d457ca6f0aa07bae3d496b26325429487 /main
parent25a76c637df7a56f2585903076d0bb8e50dd6ff1 (diff)
Doxygen update
- Document cause codes - Document a bit more on channel variables - global, predefined and local - Fix some doxygen in channel.h. Adding one comment for two definitions does not work. They won't be copied to each. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47986 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/pbx.c b/main/pbx.c
index f79461e4c..60a89e104 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1094,9 +1094,12 @@ static char *substring(const char *value, int offset, int length, char *workspac
return ret;
}
-/*! \brief pbx_retrieve_variable: Support for Asterisk built-in variables and
- functions in the dialplan
- ---*/
+/*! \brief Support for Asterisk built-in variables and functions in the dialplan
+
+\note See also
+ - \ref AstVar Channel variables
+ - \ref AstCauses The HANGUPCAUSE variable
+ */
void pbx_retrieve_variable(struct ast_channel *c, const char *var, char **ret, char *workspace, int workspacelen, struct varshead *headp)
{
const char not_found = '\0';