Lines Matching +full:- +full:no +full:- +full:doxygen
4 # doxygen (www.doxygen.org) for a project
13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
23 DOXYFILE_ENCODING = UTF-8
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
46 # Enabling this option can be useful when feeding doxygen a huge amount of
50 CREATE_SUBDIRS = NO
53 # documentation generated by doxygen is written. Doxygen will use this
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
68 # Set to NO to disable this.
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
79 # This tag implements a quasi-intelligent brief description abbreviator
83 # used as the annotated text. Otherwise, the brief description is used as-is.
92 # Doxygen will generate a detailed section even if there is only a brief
95 ALWAYS_DETAILED_SEC = NO
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
102 INLINE_INHERITED_MEMB = NO
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
106 # to NO the shortest path that makes the file name unique will be used.
108 FULL_PATH_NAMES = NO
111 # can be used to strip a user-defined part of the path. Stripping is
112 # only done if one of the specified strings matches the left-hand part of
114 # If left blank the directory from which doxygen is run is used as the
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
124 # are normally passed to the compiler using the -I flag.
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
130 # doesn't support long names like on DOS, Mac, or CD-ROM.
132 SHORT_NAMES = NO
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
135 # will interpret the first line (until the first dot) of a JavaDoc-style
136 # comment as the brief description. If set to NO, the JavaDoc
137 # comments will behave just like regular Qt-style comments
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
143 # interpret the first line (until the first dot) of a Qt-style
144 # comment as the brief description. If set to NO, the comments
145 # will behave just like regular Qt-style comments (thus requiring
150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
151 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
153 # The new default is to treat a multi-line C++ comment block as a detailed
156 MULTILINE_CPP_IS_BRIEF = NO
160 # re-implements.
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165 # a new page for each member. If set to NO, the documentation of a member will
168 SEPARATE_MEMBER_PAGES = NO
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
179 # will result in a user-defined paragraph with heading "Side Effects:".
185 # sources only. Doxygen will then generate output that is more tailored for C.
189 OPTIMIZE_OUTPUT_FOR_C = NO
192 # sources only. Doxygen will then generate output that is more tailored for
196 OPTIMIZE_OUTPUT_JAVA = NO
199 # sources only. Doxygen will then generate output that is more tailored for
202 OPTIMIZE_FOR_FORTRAN = NO
205 # sources. Doxygen will then generate output that is tailored for
208 OPTIMIZE_OUTPUT_VHDL = NO
210 # Doxygen selects the parser to use depending on the extension of the files it
212 # Doxygen has a built-in mapping, but you can override or extend it using this
214 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
215 # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
216 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
218 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
224 # set this tag to YES in order to let doxygen match functions declarations and
229 BUILTIN_STL_SUPPORT = NO
234 CPP_CLI_SUPPORT = NO
237 # Doxygen will parse them like normal C++ but will assume all classes use public
238 # instead of private inheritance when no explicit protection keyword is present.
240 SIP_SUPPORT = NO
244 # will make doxygen to replace the get and set methods by a property in the
247 # methods anyway, you should set this option to NO.
252 # tag is set to YES, then doxygen will reuse the documentation of the first
256 DISTRIBUTE_GROUP_DOC = NO
261 # NO to prevent subgrouping. Alternatively, this can be done per class using
274 TYPEDEF_HIDES_STRUCT = NO
281 # doxygen to be busy swapping symbols to and from disk most of the time
292 #---------------------------------------------------------------------------
294 #---------------------------------------------------------------------------
296 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
297 # documentation are documented, even if no documentation was available.
315 # If set to NO only classes defined in header files are included.
319 # This flag is only useful for Objective-C code. When set to YES local
322 # If set to NO (the default) only methods in the interface are included.
324 EXTRACT_LOCAL_METHODS = NO
332 EXTRACT_ANON_NSPACES = NO
334 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
336 # If set to NO (the default) these members will be included in the
337 # various overviews, but no documentation section is generated.
338 # This option has no effect if EXTRACT_ALL is enabled.
340 HIDE_UNDOC_MEMBERS = NO
342 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
344 # If set to NO (the default) these classes will be included in the various
345 # overviews. This option has no effect if EXTRACT_ALL is enabled.
347 HIDE_UNDOC_CLASSES = NO
349 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
351 # If set to NO (the default) these declarations will be included in the
354 HIDE_FRIEND_COMPOUNDS = NO
356 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
358 # If set to NO (the default) these blocks will be appended to the
361 HIDE_IN_BODY_DOCS = NO
365 # to NO (the default) then the documentation will be excluded.
368 INTERNAL_DOCS = NO
370 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
371 # file names in lower-case letters. If set to YES upper-case letters are also
374 # and Mac users are advised to set this option to NO.
378 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
382 HIDE_SCOPE_NAMES = NO
384 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
390 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
394 FORCE_LOCAL_INCLUDES = NO
401 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
403 # alphabetically by member name. If set to NO the members will appear in
408 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
410 # by member name. If set to NO (the default) the members will appear in
413 SORT_BRIEF_DOCS = NO
415 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
417 # constructors and destructors are listed first. If set to NO (the default)
420 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
421 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
423 SORT_MEMBERS_CTORS_1ST = NO
425 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
426 # hierarchy of group names into alphabetical order. If set to NO (the default)
429 SORT_GROUP_NAMES = NO
432 # sorted by fully-qualified names, including namespaces. If set to
433 # NO (the default), the class list will be sorted only by class name,
439 SORT_BY_SCOPE_NAME = NO
442 # disable (NO) the todo list. This list is created by putting \todo
448 # disable (NO) the test list. This list is created by putting \test
454 # disable (NO) the bug list. This list is created by putting \bug
460 # disable (NO) the deprecated list. This list is created by putting
480 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
488 # in the documentation. The default is NO.
492 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
498 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
506 # doxygen should invoke to get the current version for each file (typically from
507 # the version control system). Doxygen will invoke the program by executing (via
508 # popen()) the command <command> <input-file>, where <command> is the value of
509 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
510 # provided by doxygen. Whatever the program writes to standard output
516 # by doxygen. The layout file controls the global structure of the generated
518 # that represents doxygen's defaults, run doxygen with the -l option.
524 #---------------------------------------------------------------------------
526 #---------------------------------------------------------------------------
529 # by doxygen. Possible values are YES and NO. If left blank NO is used.
531 QUIET = NO
534 # generated by doxygen. Possible values are YES and NO. If left blank
535 # NO is used.
537 WARNINGS = NO
539 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
543 WARN_IF_UNDOCUMENTED = NO
545 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
553 # functions that are documented, but have no documentation for their parameters
554 # or return value. If set to NO (the default) doxygen will only warn about
558 WARN_NO_PARAMDOC = NO
561 # doxygen can produce. The string should contain the $file, $line, and $text
575 #---------------------------------------------------------------------------
577 #---------------------------------------------------------------------------
586 @abs_top_srcdir@/docs/doxygen-mainpage.dox
589 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
590 # also the default input encoding. Doxygen uses libiconv (or the iconv built
594 INPUT_ENCODING = UTF-8
598 # and *.h) to filter out the source-files in the directories. If left
606 # should be searched for input files as well. Possible values are YES and NO.
607 # If left blank NO is used.
621 EXCLUDE_SYMLINKS = NO
647 # and *.h) to filter out the source-files in the directories. If left
655 # Possible values are YES and NO. If left blank NO is used.
665 # The INPUT_FILTER tag can be used to specify a program that doxygen should
666 # invoke to filter for each input file. Doxygen will invoke the filter program
667 # by executing (via popen()) the command <filter> <input-file>, where <filter>
668 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
669 # input file. Doxygen will then use the output that the filter program writes
678 # Doxygen will compare the file name with each pattern and apply the
691 FILTER_SOURCE_FILES = NO
693 #---------------------------------------------------------------------------
695 #---------------------------------------------------------------------------
698 # be generated. Documented entities will be cross-referenced with these sources.
700 # VERBATIM_HEADERS is set to NO.
707 INLINE_SOURCES = NO
710 # doxygen to hide any special comment blocks from generated source code
713 STRIP_CODE_COMMENTS = NO
736 # will point to the HTML generated by the htags(1) tool instead of doxygen
737 # built-in source browser. The htags tool is part of GNU's global source
741 USE_HTAGS = NO
743 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
745 # which an include is specified. Set to NO to disable this.
749 #---------------------------------------------------------------------------
751 #---------------------------------------------------------------------------
772 #---------------------------------------------------------------------------
774 #---------------------------------------------------------------------------
776 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
789 # doxygen will generate files with .html extension.
794 # each generated HTML page. If it is left blank doxygen will generate a
800 # each generated HTML page. If it is left blank doxygen will generate a
805 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
807 # fine-tune the look of the HTML output. If the tag is left blank doxygen
808 # will generate a default style sheet. Note that doxygen will try to copy
815 # Doxygen will adjust the colors in the stylesheet and background images
841 # this to NO can help when comparing the output of multiple runs.
847 # NO a bullet list will be used.
857 HTML_DYNAMIC_SECTIONS = NO
862 # To create a documentation set, doxygen will generate a Makefile in the
870 GENERATE_DOCSET = NO
877 DOCSET_FEEDNAME = "Doxygen generated docs"
881 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
884 DOCSET_BUNDLE_ID = org.doxygen.Project
887 # the documentation publisher. This should be a reverse domain-name style
890 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
901 GENERATE_HTMLHELP = NO
912 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
919 # it should be included in the main .chm file (NO).
921 GENERATE_CHI = NO
931 # normal table of contents (NO) in the .chm file.
933 BINARY_TOC = NO
938 TOC_EXPAND = NO
945 GENERATE_QHP = NO
957 QHP_NAMESPACE = org.doxygen.Project
961 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
967 # http://doc.trolltech.com/qthelpproject.html#custom-filters
973 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
981 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
988 # If non-empty doxygen will try to run qhelpgenerator on the generated
1002 GENERATE_ECLIPSEHELP = NO
1008 ECLIPSE_DOC_ID = org.doxygen.Project
1011 # top of each HTML page. The value NO (the default) enables the index and
1014 DISABLE_INDEX = NO
1017 # that doxygen will group on one line in the generated HTML documentation.
1021 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1024 # containing a tree-like index structure (just like the one that
1029 GENERATE_TREEVIEW = NO
1031 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1034 USE_INLINE_TREES = NO
1042 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1045 EXT_LINKS_IN_WINDOW = NO
1049 # when you change the font size after a successful doxygen run you need
1063 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1071 SEARCHENGINE = NO
1075 # using Javascript. Doxygen will generate the search PHP script and index
1081 SERVER_BASED_SEARCH = NO
1083 #---------------------------------------------------------------------------
1085 #---------------------------------------------------------------------------
1087 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1090 GENERATE_LATEX = NO
1112 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1116 COMPACT_LATEX = NO
1131 # the first chapter. If it is left blank doxygen will generate a
1141 PDF_HYPERLINKS = NO
1147 USE_PDFLATEX = NO
1149 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1154 LATEX_BATCHMODE = NO
1156 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1160 LATEX_HIDE_INDICES = NO
1162 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1167 LATEX_SOURCE_CODE = NO
1169 #---------------------------------------------------------------------------
1171 #---------------------------------------------------------------------------
1173 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1177 GENERATE_RTF = NO
1185 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1189 COMPACT_RTF = NO
1198 RTF_HYPERLINKS = NO
1200 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1207 # Syntax is similar to doxygen's config file.
1211 #---------------------------------------------------------------------------
1213 #---------------------------------------------------------------------------
1215 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1218 GENERATE_MAN = NO
1231 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1235 # would be unable to find the correct page. The default is NO.
1237 MAN_LINKS = NO
1239 #---------------------------------------------------------------------------
1241 #---------------------------------------------------------------------------
1243 # If the GENERATE_XML tag is set to YES Doxygen will
1247 GENERATE_XML = NO
1267 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1269 # and cross-referencing information) to the XML output. Note that
1274 #---------------------------------------------------------------------------
1276 #---------------------------------------------------------------------------
1278 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1284 GENERATE_AUTOGEN_DEF = NO
1286 #---------------------------------------------------------------------------
1288 #---------------------------------------------------------------------------
1290 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1296 GENERATE_PERLMOD = NO
1298 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1302 PERLMOD_LATEX = NO
1309 # tag is set to NO the size of the Perl module output will be much smaller
1321 #---------------------------------------------------------------------------
1323 #---------------------------------------------------------------------------
1325 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1326 # evaluate all C-preprocessor directives found in the sources and include
1331 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1332 # names in the source code. If set to NO (the default) only conditional
1336 MACRO_EXPANSION = NO
1342 EXPAND_ONLY_PREDEF = NO
1356 # patterns (like *.h and *.hpp) to filter out the header-files in the
1363 # are defined before the preprocessor is started (similar to the -D option of
1365 # or name=definition (no spaces). If the definition and the = are
1380 # doxygen's preprocessor will remove all function-like macros that are alone
1382 # function macros are typically used for boiler-plate code, and will confuse
1387 #---------------------------------------------------------------------------
1389 #---------------------------------------------------------------------------
1405 # If a tag file is not located in the directory in which doxygen
1410 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1416 # in the class index. If set to NO only the inherited external classes
1422 # in the modules index. If set to NO, only the current project's groups will
1432 #---------------------------------------------------------------------------
1434 #---------------------------------------------------------------------------
1436 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1438 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1445 # You can define message sequence charts within doxygen comments using the \msc
1446 # command. Doxygen will then run the mscgen tool (see
1458 HIDE_UNDOC_RELATIONS = NO
1460 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1463 # have no effect if this option is set to NO (the default)
1467 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1468 # allowed to run in parallel. When set to 0 (the default) doxygen will
1475 # By default doxygen will write a font called FreeSans.ttf to the output
1476 # directory and reference it in all dot files that doxygen generates. This
1491 # By default doxygen will tell dot to use the output directory to look for the
1492 # FreeSans.ttf font (which doxygen will put there itself). If you specify a
1498 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1501 # the CLASS_DIAGRAMS tag to NO.
1505 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1510 COLLABORATION_GRAPH = NO
1512 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1517 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1521 UML_LOOK = NO
1529 # tags are set to YES then doxygen will generate a graph for each documented
1533 INCLUDE_GRAPH = NO
1536 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1540 INCLUDED_BY_GRAPH = NO
1543 # doxygen will generate a call dependency graph for every global function
1548 CALL_GRAPH = NO
1551 # doxygen will generate a caller dependency graph for every global function
1556 CALLER_GRAPH = NO
1558 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1564 # then doxygen will show the dependencies a directory has on other directories
1589 # becomes larger than this value, doxygen will truncate the graph, which is
1590 # visualized by representing a node as a red box. Note that doxygen if the
1603 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1610 # enabling this option may lead to badly anti-aliased labels on the edges of
1616 # files in one run (i.e. multiple -o and -T options on the command line). This
1620 DOT_MULTI_TARGETS = NO
1622 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1628 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will