Lines Matching full:doxygen
4 # doxygen (www.doxygen.org) for a project.
19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
46 # Doxygen will copy the logo to the output directory.
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
60 # Enabling this option can be useful when feeding doxygen a huge amount of
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
106 # Doxygen will generate a detailed section even if there is only a brief
111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
128 # If left blank the directory from which doxygen is run is used as the
142 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
148 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
156 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
164 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
178 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
185 # Doxygen uses this value to replace tabs by spaces in code fragments.
215 # sources only. Doxygen will then generate output that is more tailored for C.
222 # sources only. Doxygen will then generate output that is more tailored for
229 # sources only. Doxygen will then generate output that is more tailored for
235 # sources. Doxygen will then generate output that is tailored for
240 # Doxygen selects the parser to use depending on the extension of the files it
242 # Doxygen has a built-in mapping, but you can override or extend it using this
244 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
246 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
248 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
252 # If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
255 # The output of markdown processing is further processed by doxygen, so you
256 # can mix doxygen, HTML, and XML commands with Markdown formatting.
263 # set this tag to YES in order to let doxygen match functions declarations and
276 # Doxygen will parse them like normal C++ but will assume all classes use public
283 # will make doxygen replace the get and set methods by a property in the
291 # tag is set to YES, then doxygen will reuse the documentation of the first
336 # doxygen to be busy swapping symbols to and from disk most of the time
350 # same symbol appear multiple times in the code, doxygen keeps a cache of
351 # pre-resolved symbols. If the cache is too small doxygen will become slower.
362 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
404 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
412 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
419 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
426 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
440 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
448 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
454 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
460 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
471 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
478 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
485 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
495 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
511 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
515 # by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
579 # doxygen should invoke to get the current version for each file (typically from
580 # the version control system). Doxygen will invoke the program by executing (via
583 # provided by doxygen. Whatever the program writes to standard output
589 # by doxygen. The layout file controls the global structure of the generated
591 # that represents doxygen's defaults, run doxygen with the -l option.
612 # by doxygen. Possible values are YES and NO. If left blank NO is used.
617 # generated by doxygen. Possible values are YES and NO. If left blank
622 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
628 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
637 # or return value. If set to NO (the default) doxygen will only warn about
644 # doxygen can produce. The string should contain the $file, $line, and $text
674 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
675 # also the default input encoding. Doxygen uses libiconv (or the iconv built
701 # Note that relative paths are relative to the directory from which doxygen is
754 # The INPUT_FILTER tag can be used to specify a program that doxygen should
755 # invoke to filter for each input file. Doxygen will invoke the filter program
758 # input file. Doxygen will then use the output that the filter program writes
767 # Doxygen will compare the file name with each pattern and apply the
807 # doxygen to hide any special comment blocks from generated source code
833 # will point to the HTML generated by the htags(1) tool instead of doxygen
840 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
873 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
886 # doxygen will generate files with .html extension.
891 # each generated HTML page. If it is left blank doxygen will generate a
893 # for the proper inclusion of any scripts and style sheets that doxygen
895 # It is advised to generate a default header using "doxygen -w html
898 # have to redo this when upgrading to a newer version of doxygen or when
904 # each generated HTML page. If it is left blank doxygen will generate a
911 # fine-tune the look of the HTML output. If the tag is left blank doxygen
912 # will generate a default style sheet. Note that doxygen will try to copy
928 # Doxygen will adjust the colors in the style sheet and background images
966 # can expand and collapse entries dynamically later on. Doxygen will expand
978 # To create a documentation set, doxygen will generate a Makefile in the
993 DOCSET_FEEDNAME = "Doxygen generated docs"
997 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1000 DOCSET_BUNDLE_ID = org.doxygen.Project
1006 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1028 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1073 QHP_NAMESPACE = org.doxygen.Project
1104 # If non-empty doxygen will try to run qhelpgenerator on the generated
1147 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
1159 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1166 # when you change the font size after a successful doxygen run you need
1206 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1218 # using Javascript. Doxygen will generate the search PHP script and index
1230 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1255 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1274 # the first chapter. If it is left blank doxygen will generate a
1281 # the last chapter. If it is left blank doxygen will generate a
1299 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1306 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1312 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1329 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1341 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1356 # Load style sheet definitions from file. Syntax is similar to doxygen's
1363 # Syntax is similar to doxygen's config file.
1371 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1387 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1399 # If the GENERATE_XML tag is set to YES Doxygen will
1423 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1434 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1446 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1454 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1481 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1487 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1537 # doxygen's preprocessor will remove all references to function-like macros
1558 # doxygen is run, you must also specify the path to the tagfile here.
1562 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1588 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1596 # You can define message sequence charts within doxygen comments using the \msc
1597 # command. Doxygen will then run the mscgen tool (see
1611 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1618 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1619 # allowed to run in parallel. When set to 0 (the default) doxygen will
1626 # By default doxygen will use the Helvetica font for all dot files that
1627 # doxygen generates. When you want a differently looking font you can specify
1640 # By default doxygen will tell dot to use the Helvetica font.
1646 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1653 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1660 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1665 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1686 # tags are set to YES then doxygen will generate a graph for each documented
1693 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1700 # doxygen will generate a call dependency graph for every global function
1708 # doxygen will generate a caller dependency graph for every global function
1715 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1721 # then doxygen will show the dependencies a directory has on other directories
1763 # becomes larger than this value, doxygen will truncate the graph, which is
1764 # visualized by representing a node as a red box. Note that doxygen if the
1796 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1802 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will