Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
documentation_tree Struct Reference

XML documentation tree. More...

Collaboration diagram for documentation_tree:
Collaboration graph
[legend]

Data Fields

struct ast_xml_doc * doc
 
struct { 
 
   struct documentation_tree *   next 
 
entry 
 
char * filename
 

Detailed Description

XML documentation tree.

Definition at line 54 of file xmldoc.c.

Field Documentation

◆ doc

struct ast_xml_doc* doc

◆ [struct]

struct { ... } entry

◆ filename

char* filename

XML document filename.

Definition at line 55 of file xmldoc.c.

Referenced by xmldoc_load_documentation(), and xmldoc_purge_documentation().

◆ next

struct documentation_tree* next

Definition at line 57 of file xmldoc.c.


The documentation for this struct was generated from the following file: