aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_agent.c')
-rwxr-xr-xchannels/chan_agent.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index 812e87be0..f886288b8 100755
--- a/channels/chan_agent.c
+++ b/channels/chan_agent.c
@@ -18,10 +18,14 @@
/*! \file
- * \brief Implementation of Agents
+ * \brief Implementation of Agents (proxy channel)
*
* This file is the implementation of Agents modules.
- * It is a dynamic module that is loaded by Asterisk. At load time, load_module is run.
+ * It is a dynamic module that is loaded by Asterisk.
+ * \par See also
+ * \arg \ref Config_agent
+ *
+ * \ingroup channel_drivers
*/
#include <stdio.h>