OSDN Git Service

b3f5f5b3d20248cd60d19e04dbddedcd41038cab
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / docs / doxygen / user.cfg.in
1 # Doxyfile 1.3.9.1
2
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  = NO
39 EXTRACT_LOCAL_METHODS  = NO
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     = YES
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                          @srcdir@/src \
74                          @srcdir@/libsupc++/exception \
75                          @srcdir@/libsupc++/new \
76                          @srcdir@/libsupc++/typeinfo \
77                          include/algorithm \
78                          include/bitset \
79                          include/deque \
80                          include/fstream \
81                          include/functional \
82                          include/iomanip \
83                          include/ios \
84                          include/iosfwd \
85                          include/iostream \
86                          include/istream \
87                          include/iterator \
88                          include/limits \
89                          include/list \
90                          include/locale \
91                          include/map \
92                          include/memory \
93                          include/numeric \
94                          include/ostream \
95                          include/set \
96                          include/sstream \
97                          include/stack \
98                          include/stdexcept \
99                          include/streambuf \
100                          include/string \
101                          include/utility \
102                          include/valarray \
103                          include/vector \
104                          include/bits \
105                          include/ext \
106                          include/tr1/array \
107                          include/tr1/tuple \
108                          include/i686-pc-linux-gnu/bits
109 FILE_PATTERNS          = *.h \
110                          *.tcc
111 RECURSIVE              = NO
112 EXCLUDE                = Makefile \
113                          CVS \
114                          include/bits/demangle.h \
115                          stdc++.h.gch
116 EXCLUDE_SYMLINKS       = NO
117 EXCLUDE_PATTERNS       = CVS \
118                          stamp-* \
119                          Makefile \
120                          *gch*
121 EXAMPLE_PATH           = 
122 EXAMPLE_PATTERNS       = 
123 EXAMPLE_RECURSIVE      = NO
124 IMAGE_PATH             = 
125 INPUT_FILTER           = 
126 FILTER_PATTERNS        = 
127 FILTER_SOURCE_FILES    = NO
128 #---------------------------------------------------------------------------
129 # configuration options related to source browsing
130 #---------------------------------------------------------------------------
131 SOURCE_BROWSER         = YES
132 INLINE_SOURCES         = NO
133 STRIP_CODE_COMMENTS    = NO
134 REFERENCED_BY_RELATION = YES
135 REFERENCES_RELATION    = YES
136 VERBATIM_HEADERS       = NO
137 #---------------------------------------------------------------------------
138 # configuration options related to the alphabetical class index
139 #---------------------------------------------------------------------------
140 ALPHABETICAL_INDEX     = YES
141 COLS_IN_ALPHA_INDEX    = 2
142 IGNORE_PREFIX          = std \
143                          __gnu_cxx \
144                          __gnu_debug
145 #---------------------------------------------------------------------------
146 # configuration options related to the HTML output
147 #---------------------------------------------------------------------------
148 GENERATE_HTML          = @do_html@
149 HTML_OUTPUT            = @html_output_dir@
150 HTML_FILE_EXTENSION    = .html
151 HTML_HEADER            = 
152 HTML_FOOTER            = 
153 HTML_STYLESHEET        = @srcdir@/docs/doxygen/style.css
154 HTML_ALIGN_MEMBERS     = NO
155 GENERATE_HTMLHELP      = NO
156 CHM_FILE               = 
157 HHC_LOCATION           = 
158 GENERATE_CHI           = NO
159 BINARY_TOC             = NO
160 TOC_EXPAND             = NO
161 DISABLE_INDEX          = YES
162 ENUM_VALUES_PER_LINE   = 4
163 GENERATE_TREEVIEW      = YES
164 TREEVIEW_WIDTH         = 250
165 #---------------------------------------------------------------------------
166 # configuration options related to the LaTeX output
167 #---------------------------------------------------------------------------
168 GENERATE_LATEX         = NO
169 LATEX_OUTPUT           = latex
170 LATEX_CMD_NAME         = latex
171 MAKEINDEX_CMD_NAME     = makeindex
172 COMPACT_LATEX          = NO
173 PAPER_TYPE             = letter
174 EXTRA_PACKAGES         = 
175 LATEX_HEADER           = 
176 PDF_HYPERLINKS         = NO
177 USE_PDFLATEX           = NO
178 LATEX_BATCHMODE        = NO
179 LATEX_HIDE_INDICES     = NO
180 #---------------------------------------------------------------------------
181 # configuration options related to the RTF output
182 #---------------------------------------------------------------------------
183 GENERATE_RTF           = NO
184 RTF_OUTPUT             = rtf
185 COMPACT_RTF            = NO
186 RTF_HYPERLINKS         = NO
187 RTF_STYLESHEET_FILE    = 
188 RTF_EXTENSIONS_FILE    = 
189 #---------------------------------------------------------------------------
190 # configuration options related to the man page output
191 #---------------------------------------------------------------------------
192 GENERATE_MAN           = @do_man@
193 MAN_OUTPUT             = man
194 MAN_EXTENSION          = .3
195 MAN_LINKS              = NO
196 #---------------------------------------------------------------------------
197 # configuration options related to the XML output
198 #---------------------------------------------------------------------------
199 GENERATE_XML           = NO
200 XML_OUTPUT             = xml
201 XML_SCHEMA             = 
202 XML_DTD                = 
203 XML_PROGRAMLISTING     = YES
204 #---------------------------------------------------------------------------
205 # configuration options for the AutoGen Definitions output
206 #---------------------------------------------------------------------------
207 GENERATE_AUTOGEN_DEF   = NO
208 #---------------------------------------------------------------------------
209 # configuration options related to the Perl module output
210 #---------------------------------------------------------------------------
211 GENERATE_PERLMOD       = NO
212 PERLMOD_LATEX          = NO
213 PERLMOD_PRETTY         = YES
214 PERLMOD_MAKEVAR_PREFIX = 
215 #---------------------------------------------------------------------------
216 # Configuration options related to the preprocessor   
217 #---------------------------------------------------------------------------
218 ENABLE_PREPROCESSING   = YES
219 MACRO_EXPANSION        = YES
220 EXPAND_ONLY_PREDEF     = YES
221 SEARCH_INCLUDES        = YES
222 INCLUDE_PATH           = 
223 INCLUDE_FILE_PATTERNS  = 
224 PREDEFINED             = \
225                          __GTHREADS \
226                          "_GLIBCXX_STD=std" \
227                          _GLIBCXX_DEPRECATED \
228                          _GLIBCXX_USE_WCHAR_T \
229                          _GLIBCXX_USE_LONG_LONG \
230                          __glibcxx_class_requires=// \
231                          __glibcxx_class_requires2=// \
232                          __glibcxx_class_requires3=// \
233                          __glibcxx_class_requires4=//
234 EXPAND_AS_DEFINED      = 
235 SKIP_FUNCTION_MACROS   = YES
236 #---------------------------------------------------------------------------
237 # Configuration::additions related to external references   
238 #---------------------------------------------------------------------------
239 TAGFILES               = 
240 GENERATE_TAGFILE       = @generate_tagfile@
241 ALLEXTERNALS           = YES
242 EXTERNAL_GROUPS        = YES
243 PERL_PATH              = /usr/bin/perl
244 #---------------------------------------------------------------------------
245 # Configuration options related to the dot tool   
246 #---------------------------------------------------------------------------
247 CLASS_DIAGRAMS         = YES
248 HIDE_UNDOC_RELATIONS   = YES
249 HAVE_DOT               = NO
250 CLASS_GRAPH            = YES
251 COLLABORATION_GRAPH    = YES
252 UML_LOOK               = NO
253 TEMPLATE_RELATIONS     = YES
254 INCLUDE_GRAPH          = YES
255 INCLUDED_BY_GRAPH      = NO
256 CALL_GRAPH             = NO
257 GRAPHICAL_HIERARCHY    = YES
258 DOT_IMAGE_FORMAT       = png
259 DOT_PATH               = 
260 DOTFILE_DIRS           = 
261 MAX_DOT_GRAPH_WIDTH    = 1024
262 MAX_DOT_GRAPH_HEIGHT   = 1024
263 MAX_DOT_GRAPH_DEPTH    = 0
264 GENERATE_LEGEND        = NO
265 DOT_CLEANUP            = YES
266 #---------------------------------------------------------------------------
267 # Configuration::additions related to the search engine   
268 #---------------------------------------------------------------------------
269 SEARCHENGINE           = NO