aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/manager.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 23:11:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 23:11:36 +0000
commit4cc87ee6e1e0ad07889f178b9c843fdd55d826e8 (patch)
tree3daabf628fa6034d2213644799cc8dedace8fd20 /include/asterisk/manager.h
parent2a1fd152edcbcad451a31a94171be354f9cbc94d (diff)
clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/manager.h')
-rwxr-xr-xinclude/asterisk/manager.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index efe6c89b6..614eeff45 100755
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -16,11 +16,6 @@
* at the top of the source tree.
*/
-/*! \file
- * \brief AMI - Asterisk Management Interface
- * External call management support
- */
-
#ifndef _ASTERISK_MANAGER_H
#define _ASTERISK_MANAGER_H
@@ -33,9 +28,9 @@
#include "asterisk/lock.h"
/*!
- \file manager.h
- \brief The AMI - Asterisk Manager Interface - is a TCP protocol created to
- manage Asterisk with third-party software.
+ \file
+ \brief The AMI - Asterisk Manager Interface - is a TCP protocol created to
+ manage Asterisk with third-party software.
Manager protocol packages are text fields of the form a: b. There is
always exactly one space after the colon.
@@ -47,9 +42,7 @@
** Please try to re-use existing headers to simplify manager message parsing in clients.
Don't re-use an existing header with a new meaning, please.
- You can find a reference of standard headers in
- doc/manager.txt
-
+ You can find a reference of standard headers in doc/manager.txt
*/
#define DEFAULT_MANAGER_PORT 5038 /* Default port for Asterisk management via TCP */