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
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
46 # Enabling this option can be useful when feeding doxygen a huge amount of
53 # documentation generated by doxygen is written. Doxygen will use this
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
102 # Doxygen will generate a detailed section even if there is only a brief
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
124 # If left blank the directory from which doxygen is run is used as the
138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
144 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
152 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
174 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
181 # Doxygen uses this value to replace tabs by spaces in code fragments.
195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
215 # sources. Doxygen will then generate output that is tailored for
220 # Doxygen selects the parser to use depending on the extension of the files it
222 # Doxygen has a built-in mapping, but you can override or extend it using this
224 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
226 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
228 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
234 # set this tag to YES in order to let doxygen match functions declarations and
247 # Doxygen will parse them like normal C++ but will assume all classes use public
254 # will make doxygen to replace the get and set methods by a property in the
262 # tag is set to YES, then doxygen will reuse the documentation of the first
291 # doxygen to be busy swapping symbols to and from disk most of the time
306 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
344 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
352 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
359 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
366 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
380 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
388 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
394 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
400 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
411 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
418 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
425 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
435 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
515 # doxygen should invoke to get the current version for each file (typically from
516 # the version control system). Doxygen will invoke the program by executing (via
519 # provided by doxygen. Whatever the program writes to standard output
525 # by doxygen. The layout file controls the global structure of the generated
527 # that represents doxygen's defaults, run doxygen with the -l option.
538 # by doxygen. Possible values are YES and NO. If left blank NO is used.
543 # generated by doxygen. Possible values are YES and NO. If left blank
548 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
554 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
563 # or return value. If set to NO (the default) doxygen will only warn about
570 # doxygen can produce. The string should contain the $file, $line, and $text
595 doxygen
598 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
599 # also the default input encoding. Doxygen uses libiconv (or the iconv built
700 # The INPUT_FILTER tag can be used to specify a program that doxygen should
701 # invoke to filter for each input file. Doxygen will invoke the filter program
704 # input file. Doxygen will then use the output that the filter program writes
711 # basis. Doxygen will compare the file name with each pattern and apply the
742 # doxygen to hide any special comment blocks from generated source code
767 # will point to the HTML generated by the htags(1) tool instead of doxygen
774 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
807 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
820 # doxygen will generate files with .html extension.
825 # each generated HTML page. If it is left blank doxygen will generate a
831 # each generated HTML page. If it is left blank doxygen will generate a
838 # fine-tune the look of the HTML output. If the tag is left blank doxygen
839 # will generate a default style sheet. Note that doxygen will try to copy
846 # Doxygen will adjust the colors in the stylesheet and background images
893 # To create a documentation set, doxygen will generate a Makefile in the
908 DOCSET_FEEDNAME = "Doxygen generated docs"
912 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
915 DOCSET_BUNDLE_ID = org.doxygen.Project
921 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
943 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
988 QHP_NAMESPACE = org.doxygen.Project
1019 # If non-empty doxygen will try to run qhelpgenerator on the generated
1039 ECLIPSE_DOC_ID = org.doxygen.Project
1048 # that doxygen will group on one line in the generated HTML documentation.
1062 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1073 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1080 # when you change the font size after a successful doxygen run you need
1094 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1106 # using Javascript. Doxygen will generate the search PHP script and index
1118 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1143 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1162 # the first chapter. If it is left blank doxygen will generate a
1180 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1187 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1193 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1204 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1216 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1231 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1238 # Syntax is similar to doxygen's config file.
1246 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1262 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1274 # If the GENERATE_XML tag is set to YES Doxygen will
1298 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1309 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1321 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1329 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1354 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1360 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1409 # doxygen's preprocessor will remove all function-like macros that are alone
1432 # If a tag file is not located in the directory in which doxygen
1437 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1463 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1472 # You can define message sequence charts within doxygen comments using the \msc
1473 # command. Doxygen will then run the mscgen tool (see
1487 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1494 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1495 # allowed to run in parallel. When set to 0 (the default) doxygen will
1502 # By default doxygen will write a font called FreeSans.ttf to the output
1503 # directory and reference it in all dot files that doxygen generates. This
1518 # By default doxygen will tell dot to use the output directory to look for the
1519 # FreeSans.ttf font (which doxygen will put there itself). If you specify a
1525 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1532 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1539 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1544 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1556 # tags are set to YES then doxygen will generate a graph for each documented
1563 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1570 # doxygen will generate a call dependency graph for every global function
1578 # doxygen will generate a caller dependency graph for every global function
1585 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1591 # then doxygen will show the dependencies a directory has on other directories
1616 # becomes larger than this value, doxygen will truncate the graph, which is
1617 # visualized by representing a node as a red box. Note that doxygen if the
1649 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1655 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will