http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / opensource / libosip2 / help / doxygen / DoxyFile
1 # Doxyfile 1.2.13-20020210
2
3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = libosip
7 PROJECT_NUMBER         = 2.0.6
8 OUTPUT_DIRECTORY       = help/doxygen/doc
9 OUTPUT_LANGUAGE        = English
10 EXTRACT_ALL            = NO
11 EXTRACT_PRIVATE        = NO
12 EXTRACT_STATIC         = NO
13 EXTRACT_LOCAL_CLASSES  = YES
14 HIDE_UNDOC_MEMBERS     = NO
15 HIDE_UNDOC_CLASSES     = NO
16 BRIEF_MEMBER_DESC      = YES
17 REPEAT_BRIEF           = YES
18 ALWAYS_DETAILED_SEC    = NO
19 INLINE_INHERITED_MEMB  = NO
20 FULL_PATH_NAMES        = NO
21 STRIP_FROM_PATH        = 
22 INTERNAL_DOCS          = NO
23 STRIP_CODE_COMMENTS    = YES
24 CASE_SENSE_NAMES       = YES
25 SHORT_NAMES            = NO
26 HIDE_SCOPE_NAMES       = NO
27 VERBATIM_HEADERS       = YES
28 SHOW_INCLUDE_FILES     = YES
29 JAVADOC_AUTOBRIEF      = NO
30 INHERIT_DOCS           = YES
31 INLINE_INFO            = YES
32 SORT_MEMBER_DOCS       = YES
33 DISTRIBUTE_GROUP_DOC   = NO
34 TAB_SIZE               = 8
35 GENERATE_TODOLIST      = YES
36 GENERATE_TESTLIST      = YES
37 GENERATE_BUGLIST       = YES
38 ALIASES                = 
39 ENABLED_SECTIONS       = 
40 MAX_INITIALIZER_LINES  = 30
41 OPTIMIZE_OUTPUT_FOR_C  = NO
42 OPTIMIZE_OUTPUT_JAVA   = NO
43 SHOW_USED_FILES        = YES
44 #---------------------------------------------------------------------------
45 # configuration options related to warning and progress messages
46 #---------------------------------------------------------------------------
47 QUIET                  = NO
48 WARNINGS               = YES
49 WARN_IF_UNDOCUMENTED   = YES
50 WARN_FORMAT            = "$file:$line: $text"
51 WARN_LOGFILE           = 
52 #---------------------------------------------------------------------------
53 # configuration options related to the input files
54 #---------------------------------------------------------------------------
55 INPUT                  = src/osip2 \
56                          src/osipparser2 \
57                          include/osip2 \
58                          include/osipparser2
59 FILE_PATTERNS          = *.h \
60                          *.c
61 RECURSIVE              = YES
62 EXCLUDE                = 
63 EXCLUDE_SYMLINKS       = NO
64 EXCLUDE_PATTERNS       = 
65 EXAMPLE_PATH           = 
66 EXAMPLE_PATTERNS       = 
67 EXAMPLE_RECURSIVE      = NO
68 IMAGE_PATH             = 
69 INPUT_FILTER           = 
70 FILTER_SOURCE_FILES    = NO
71 #---------------------------------------------------------------------------
72 # configuration options related to source browsing
73 #---------------------------------------------------------------------------
74 SOURCE_BROWSER         = NO
75 INLINE_SOURCES         = NO
76 REFERENCED_BY_RELATION = YES
77 REFERENCES_RELATION    = YES
78 #---------------------------------------------------------------------------
79 # configuration options related to the alphabetical class index
80 #---------------------------------------------------------------------------
81 ALPHABETICAL_INDEX     = NO
82 COLS_IN_ALPHA_INDEX    = 5
83 IGNORE_PREFIX          = 
84 #---------------------------------------------------------------------------
85 # configuration options related to the HTML output
86 #---------------------------------------------------------------------------
87 GENERATE_HTML          = YES
88 HTML_OUTPUT            = html
89 HTML_FILE_EXTENSION    = .html
90 HTML_HEADER            = 
91 HTML_FOOTER            = 
92 HTML_STYLESHEET        = 
93 HTML_ALIGN_MEMBERS     = YES
94 GENERATE_HTMLHELP      = NO
95 GENERATE_CHI           = NO
96 BINARY_TOC             = NO
97 TOC_EXPAND             = NO
98 DISABLE_INDEX          = NO
99 ENUM_VALUES_PER_LINE   = 4
100 GENERATE_TREEVIEW      = NO
101 TREEVIEW_WIDTH         = 250
102 #---------------------------------------------------------------------------
103 # configuration options related to the LaTeX output
104 #---------------------------------------------------------------------------
105 GENERATE_LATEX         = YES
106 LATEX_OUTPUT           = latex
107 LATEX_CMD_NAME         = latex
108 MAKEINDEX_CMD_NAME     = makeindex
109 COMPACT_LATEX          = NO
110 PAPER_TYPE             = a4wide
111 EXTRA_PACKAGES         = 
112 LATEX_HEADER           = 
113 PDF_HYPERLINKS         = NO
114 USE_PDFLATEX           = NO
115 LATEX_BATCHMODE        = NO
116 #---------------------------------------------------------------------------
117 # configuration options related to the RTF output
118 #---------------------------------------------------------------------------
119 GENERATE_RTF           = NO
120 RTF_OUTPUT             = rtf
121 COMPACT_RTF            = NO
122 RTF_HYPERLINKS         = NO
123 RTF_STYLESHEET_FILE    = 
124 RTF_EXTENSIONS_FILE    = 
125 #---------------------------------------------------------------------------
126 # configuration options related to the man page output
127 #---------------------------------------------------------------------------
128 GENERATE_MAN           = NO
129 MAN_OUTPUT             = man
130 MAN_EXTENSION          = .3
131 MAN_LINKS              = NO
132 #---------------------------------------------------------------------------
133 # configuration options related to the XML output
134 #---------------------------------------------------------------------------
135 GENERATE_XML           = NO
136 #---------------------------------------------------------------------------
137 # configuration options for the AutoGen Definitions output
138 #---------------------------------------------------------------------------
139 GENERATE_AUTOGEN_DEF   = NO
140 #---------------------------------------------------------------------------
141 # Configuration options related to the preprocessor   
142 #---------------------------------------------------------------------------
143 ENABLE_PREPROCESSING   = YES
144 MACRO_EXPANSION        = YES
145 EXPAND_ONLY_PREDEF     = NO
146 SEARCH_INCLUDES        = YES
147 INCLUDE_PATH           = 
148 INCLUDE_FILE_PATTERNS  = 
149 PREDEFINED             = DOXYGEN \
150                          OSIP_MT \
151                          HAVE_PTHREAD_H \
152                          HAVE_SEMAPHORE_H
153 EXPAND_AS_DEFINED      = 
154 SKIP_FUNCTION_MACROS   = YES
155 #---------------------------------------------------------------------------
156 # Configuration::addtions related to external references   
157 #---------------------------------------------------------------------------
158 TAGFILES               = 
159 GENERATE_TAGFILE       = 
160 ALLEXTERNALS           = NO
161 EXTERNAL_GROUPS        = YES
162 PERL_PATH              = /usr/bin/perl
163 #---------------------------------------------------------------------------
164 # Configuration options related to the dot tool   
165 #---------------------------------------------------------------------------
166 CLASS_DIAGRAMS         = YES
167 HAVE_DOT               = NO
168 CLASS_GRAPH            = YES
169 COLLABORATION_GRAPH    = YES
170 TEMPLATE_RELATIONS     = YES
171 HIDE_UNDOC_RELATIONS   = YES
172 INCLUDE_GRAPH          = YES
173 INCLUDED_BY_GRAPH      = YES
174 GRAPHICAL_HIERARCHY    = YES
175 DOT_IMAGE_FORMAT       = png
176 DOT_PATH               = 
177 DOTFILE_DIRS           = 
178 MAX_DOT_GRAPH_WIDTH    = 1024
179 MAX_DOT_GRAPH_HEIGHT   = 1024
180 GENERATE_LEGEND        = YES
181 DOT_CLEANUP            = YES
182 #---------------------------------------------------------------------------
183 # Configuration::addtions related to the search engine   
184 #---------------------------------------------------------------------------
185 SEARCHENGINE           = NO