Sat Mar 10 01:55:50 2012

Asterisk developer's documentation


xmldoc.h File Reference

Asterisk XML Documentation API. More...

#include "asterisk/xml.h"

Go to the source code of this file.

Enumerations

enum  ast_doc_src { AST_XML_DOC, AST_STATIC_DOC }
 From where the documentation come from, this structure is useful for use it inside application/functions/manager actions structure. More...


Detailed Description

Asterisk XML Documentation API.

Definition in file xmldoc.h.


Enumeration Type Documentation

enum ast_doc_src

From where the documentation come from, this structure is useful for use it inside application/functions/manager actions structure.

Enumerator:
AST_XML_DOC  From XML documentation
AST_STATIC_DOC  From application/function registration

Definition at line 28 of file xmldoc.h.

00028                  {
00029    AST_XML_DOC,            /*!< From XML documentation */
00030    AST_STATIC_DOC          /*!< From application/function registration */
00031 };


Generated on Sat Mar 10 01:55:50 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7