aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 23:07:25 +0000
commitae627acb2f62a5543c8a91dedd70df665a29ef92 (patch)
tree63511aee5f2aa3d7e507b9e82756c21260f94d8b /main/manager.c
parent1fa77ee7a01bc97d858d1a5c4238729e29547f07 (diff)
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index 6bffad2f6..eb469fbd9 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -2877,10 +2877,13 @@ static void xml_copy_escape(struct ast_str **out, const char *src, int mode)
*
* General: the unformatted text is used as a value of
* XML output: to be completed
+ *
+ * \verbatim
* Each section is within <response type="object" id="xxx">
* where xxx is taken from ajaxdest variable or defaults to unknown
* Each row is reported as an attribute Name="value" of an XML
* entity named from the variable ajaxobjtype, default to "generic"
+ * \endverbatim
*
* HTML output:
* each Name-value pair is output as a single row of a two-column table.