mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,11 +35,15 @@
|
||||
Manager protocol packages are text fields of the form a: b. There is
|
||||
always exactly one space after the colon.
|
||||
|
||||
\verbatim
|
||||
|
||||
The first header type is the "Event" header. Other headers vary from
|
||||
event to event. Headers end with standard \r\n termination.
|
||||
The last line of the manager response or event is an empty line.
|
||||
(\r\n)
|
||||
|
||||
\endverbatim
|
||||
|
||||
** 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
|
||||
|
||||
Reference in New Issue
Block a user