Fri Feb 10 06:37:44 2012

Asterisk developer's documentation


xmldoc.h File Reference

Asterisk XML Documentation API. More...

#include "asterisk/xml.h"

Include dependency graph for xmldoc.h:

This graph shows which files directly or indirectly include this file:

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

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 Fri Feb 10 06:37:45 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.5.6