More doxygen updates

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-01-20 00:18:42 +00:00
parent 0fd8b4cb3b
commit ad5eaa9aca
8 changed files with 57 additions and 59 deletions

View File

@@ -940,7 +940,7 @@ static struct ast_channel *agent_bridgedchannel(struct ast_channel *chan, struct
return ret;
}
/*--- agent_new: Create new agent channel ---*/
/*! \brief Create new agent channel ---*/
static struct ast_channel *agent_new(struct agent_pvt *p, int state)
{
struct ast_channel *tmp;
@@ -1305,7 +1305,7 @@ static int allow_multiple_login(char *chan,char *context)
return -1;
}
/*--- agent_request: Part of the Asterisk PBX interface ---*/
/*! \brief Part of the Asterisk PBX interface ---*/
static struct ast_channel *agent_request(const char *type, int format, void *data, int *cause)
{
struct agent_pvt *p;
@@ -2434,7 +2434,7 @@ static void reload_agents(void)
}
}
/*--- agent_devicestate: Part of PBX channel interface ---*/
/*! \brief Part of PBX channel interface ---*/
static int agent_devicestate(void *data)
{
struct agent_pvt *p;