Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / libstdc++-v3 / docs / doxygen / user.cfg.in
blob4e149d7b8be986d47bc1f51a7a8ab00080dad91b
1 # Doxyfile 1.3.9.1
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = "libstdc++ source"
7 PROJECT_NUMBER         = 
8 OUTPUT_DIRECTORY       = @outdir@
9 CREATE_SUBDIRS         = NO
10 OUTPUT_LANGUAGE        = English
11 USE_WINDOWS_ENCODING   = NO
12 BRIEF_MEMBER_DESC      = NO
13 REPEAT_BRIEF           = NO
14 ABBREVIATE_BRIEF       = 
15 ALWAYS_DETAILED_SEC    = YES
16 INLINE_INHERITED_MEMB  = YES
17 FULL_PATH_NAMES        = NO
18 STRIP_FROM_PATH        = 
19 STRIP_FROM_INC_PATH    = 
20 SHORT_NAMES            = NO
21 JAVADOC_AUTOBRIEF      = NO
22 MULTILINE_CPP_IS_BRIEF = YES
23 DETAILS_AT_TOP         = YES
24 INHERIT_DOCS           = YES
25 DISTRIBUTE_GROUP_DOC   = YES
26 TAB_SIZE               = 4
27 ALIASES                = "doctodo=@todo\nDoc me!  See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more." \
28                          "isiosfwd=One of the @link s27_2_iosfwd I/O forward declarations @endlink"
29 OPTIMIZE_OUTPUT_FOR_C  = NO
30 OPTIMIZE_OUTPUT_JAVA   = NO
31 SUBGROUPING            = YES
32 #---------------------------------------------------------------------------
33 # Build related configuration options
34 #---------------------------------------------------------------------------
35 EXTRACT_ALL            = NO
36 EXTRACT_PRIVATE        = NO
37 EXTRACT_STATIC         = YES
38 EXTRACT_LOCAL_CLASSES  = YES
39 EXTRACT_LOCAL_METHODS  = YES
40 HIDE_UNDOC_MEMBERS     = NO
41 HIDE_UNDOC_CLASSES     = YES
42 HIDE_FRIEND_COMPOUNDS  = NO
43 HIDE_IN_BODY_DOCS      = NO
44 INTERNAL_DOCS          = NO
45 CASE_SENSE_NAMES       = NO
46 HIDE_SCOPE_NAMES       = YES
47 SHOW_INCLUDE_FILES     = NO
48 INLINE_INFO            = YES
49 SORT_MEMBER_DOCS       = YES
50 SORT_BRIEF_DOCS        = YES
51 SORT_BY_SCOPE_NAME     = YES
52 GENERATE_TODOLIST      = YES
53 GENERATE_TESTLIST      = NO
54 GENERATE_BUGLIST       = YES
55 GENERATE_DEPRECATEDLIST= YES
56 ENABLED_SECTIONS       = @enabled_sections@
57 MAX_INITIALIZER_LINES  = 0
58 SHOW_USED_FILES        = YES
59 SHOW_DIRECTORIES       = YES
60 #---------------------------------------------------------------------------
61 # configuration options related to warning and progress messages
62 #---------------------------------------------------------------------------
63 QUIET                  = NO
64 WARNINGS               = YES
65 WARN_IF_UNDOCUMENTED   = NO
66 WARN_IF_DOC_ERROR      = NO
67 WARN_FORMAT            = "$file:$line: $text"
68 WARN_LOGFILE           = 
69 #---------------------------------------------------------------------------
70 # configuration options related to the input files
71 #---------------------------------------------------------------------------
72 INPUT                  = @srcdir@/docs/doxygen/doxygroups.cc \
73                          include/@host_alias@/bits \
74                          include/bits \
75                          include/ext \
76                          @srcdir@/libsupc++/exception \
77                          @srcdir@/libsupc++/new \
78                          @srcdir@/libsupc++/typeinfo \
79                          @srcdir@/libsupc++/cxxabi.h \
80                          include/algorithm \
81                          include/bitset \
82                          include/deque \
83                          include/fstream \
84                          include/functional \
85                          include/iomanip \
86                          include/ios \
87                          include/iosfwd \
88                          include/iostream \
89                          include/istream \
90                          include/iterator \
91                          include/limits \
92                          include/list \
93                          include/locale \
94                          include/map \
95                          include/memory \
96                          include/numeric \
97                          include/ostream \
98                          include/set \
99                          include/sstream \
100                          include/stack \
101                          include/stdexcept \
102                          include/streambuf \
103                          include/string \
104                          include/utility \
105                          include/valarray \
106                          include/vector \
107                          include/ext/algorithm \
108                          include/ext/functional \
109                          include/ext/hash_map \
110                          include/ext/hash_set \
111                          include/ext/memory \
112                          include/ext/numeric \
113                          include/ext/rope \
114                          include/ext/slist \
115                          include/tr1/array \
116                          include/tr1/tuple 
117 FILE_PATTERNS          = *.h \
118                          *.tcc
119 RECURSIVE              = NO
120 EXCLUDE                = Makefile \
121                          CVS \
122                          include/bits/demangle.h \
123                          stdc++.h.gch
124 EXCLUDE_SYMLINKS       = NO
125 EXCLUDE_PATTERNS       = CVS \
126                          stamp-* \
127                          Makefile \
128                          *gch*
129 EXAMPLE_PATH           = 
130 EXAMPLE_PATTERNS       = 
131 EXAMPLE_RECURSIVE      = NO
132 IMAGE_PATH             = 
133 INPUT_FILTER           = 
134 FILTER_PATTERNS        = 
135 FILTER_SOURCE_FILES    = NO
136 #---------------------------------------------------------------------------
137 # configuration options related to source browsing
138 #---------------------------------------------------------------------------
139 SOURCE_BROWSER         = YES
140 INLINE_SOURCES         = NO
141 STRIP_CODE_COMMENTS    = NO
142 REFERENCED_BY_RELATION = YES
143 REFERENCES_RELATION    = YES
144 VERBATIM_HEADERS       = NO
145 #---------------------------------------------------------------------------
146 # configuration options related to the alphabetical class index
147 #---------------------------------------------------------------------------
148 ALPHABETICAL_INDEX     = YES
149 COLS_IN_ALPHA_INDEX    = 2
150 IGNORE_PREFIX          = std \
151                          __gnu_cxx \
152                          __gnu_debug \
153                          std::tr1
154 #---------------------------------------------------------------------------
155 # configuration options related to the HTML output
156 #---------------------------------------------------------------------------
157 GENERATE_HTML          = @do_html@
158 HTML_OUTPUT            = @html_output_dir@
159 HTML_FILE_EXTENSION    = .html
160 HTML_HEADER            = 
161 HTML_FOOTER            = 
162 HTML_STYLESHEET        = @srcdir@/docs/doxygen/style.css
163 HTML_ALIGN_MEMBERS     = NO
164 GENERATE_HTMLHELP      = NO
165 CHM_FILE               = 
166 HHC_LOCATION           = 
167 GENERATE_CHI           = NO
168 BINARY_TOC             = NO
169 TOC_EXPAND             = NO
170 DISABLE_INDEX          = YES
171 ENUM_VALUES_PER_LINE   = 4
172 GENERATE_TREEVIEW      = YES
173 TREEVIEW_WIDTH         = 250
174 #---------------------------------------------------------------------------
175 # configuration options related to the LaTeX output
176 #---------------------------------------------------------------------------
177 GENERATE_LATEX         = NO
178 LATEX_OUTPUT           = latex
179 LATEX_CMD_NAME         = latex
180 MAKEINDEX_CMD_NAME     = makeindex
181 COMPACT_LATEX          = NO
182 PAPER_TYPE             = letter
183 EXTRA_PACKAGES         = 
184 LATEX_HEADER           = 
185 PDF_HYPERLINKS         = NO
186 USE_PDFLATEX           = NO
187 LATEX_BATCHMODE        = NO
188 LATEX_HIDE_INDICES     = NO
189 #---------------------------------------------------------------------------
190 # configuration options related to the RTF output
191 #---------------------------------------------------------------------------
192 GENERATE_RTF           = NO
193 RTF_OUTPUT             = rtf
194 COMPACT_RTF            = NO
195 RTF_HYPERLINKS         = NO
196 RTF_STYLESHEET_FILE    = 
197 RTF_EXTENSIONS_FILE    = 
198 #---------------------------------------------------------------------------
199 # configuration options related to the man page output
200 #---------------------------------------------------------------------------
201 GENERATE_MAN           = @do_man@
202 MAN_OUTPUT             = man
203 MAN_EXTENSION          = .3
204 MAN_LINKS              = NO
205 #---------------------------------------------------------------------------
206 # configuration options related to the XML output
207 #---------------------------------------------------------------------------
208 GENERATE_XML           = NO
209 XML_OUTPUT             = xml
210 XML_SCHEMA             = 
211 XML_DTD                = 
212 XML_PROGRAMLISTING     = YES
213 #---------------------------------------------------------------------------
214 # configuration options for the AutoGen Definitions output
215 #---------------------------------------------------------------------------
216 GENERATE_AUTOGEN_DEF   = NO
217 #---------------------------------------------------------------------------
218 # configuration options related to the Perl module output
219 #---------------------------------------------------------------------------
220 GENERATE_PERLMOD       = NO
221 PERLMOD_LATEX          = NO
222 PERLMOD_PRETTY         = YES
223 PERLMOD_MAKEVAR_PREFIX = 
224 #---------------------------------------------------------------------------
225 # Configuration options related to the preprocessor   
226 #---------------------------------------------------------------------------
227 ENABLE_PREPROCESSING   = YES
228 MACRO_EXPANSION        = YES
229 EXPAND_ONLY_PREDEF     = YES
230 SEARCH_INCLUDES        = YES
231 INCLUDE_PATH           = 
232 INCLUDE_FILE_PATTERNS  = 
233 PREDEFINED             = \
234                          __GTHREADS \
235                          "_GLIBCXX_STD=std" \
236                          _GLIBCXX_DEPRECATED \
237                          _GLIBCXX_USE_WCHAR_T \
238                          _GLIBCXX_USE_LONG_LONG \
239                          __glibcxx_class_requires=// \
240                          __glibcxx_class_requires2=// \
241                          __glibcxx_class_requires3=// \
242                          __glibcxx_class_requires4=//
243 EXPAND_AS_DEFINED      = 
244 SKIP_FUNCTION_MACROS   = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to external references   
247 #---------------------------------------------------------------------------
248 TAGFILES               = 
249 GENERATE_TAGFILE       = @generate_tagfile@
250 ALLEXTERNALS           = YES
251 EXTERNAL_GROUPS        = YES
252 PERL_PATH              = /usr/bin/perl
253 #---------------------------------------------------------------------------
254 # Configuration options related to the dot tool   
255 #---------------------------------------------------------------------------
256 CLASS_DIAGRAMS         = YES
257 HIDE_UNDOC_RELATIONS   = NO
258 HAVE_DOT               = YES
259 CLASS_GRAPH            = YES
260 COLLABORATION_GRAPH    = NO
261 UML_LOOK               = NO
262 TEMPLATE_RELATIONS     = YES
263 INCLUDE_GRAPH          = NO
264 INCLUDED_BY_GRAPH      = NO
265 CALL_GRAPH             = NO
266 GRAPHICAL_HIERARCHY    = YES
267 DOT_IMAGE_FORMAT       = png
268 DOT_PATH               = 
269 DOTFILE_DIRS           = 
270 MAX_DOT_GRAPH_WIDTH    = 1024
271 MAX_DOT_GRAPH_HEIGHT   = 1024
272 MAX_DOT_GRAPH_DEPTH    = 0
273 GENERATE_LEGEND        = NO
274 DOT_CLEANUP            = YES
275 #---------------------------------------------------------------------------
276 # Configuration::additions related to the search engine   
277 #---------------------------------------------------------------------------
278 SEARCHENGINE           = NO