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: https://origsvn.digium.com/svn/asterisk/trunk@47986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-11-24 14:00:19 +00:00
parent a4cc4d03c9
commit 3fd07f51f2
4 changed files with 148 additions and 22 deletions

View File

@@ -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';