#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... |
Definition in file xmldoc.h.
enum ast_doc_src |
From where the documentation come from, this structure is useful for use it inside application/functions/manager actions structure.
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 };