Doxyfile 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. # Doxyfile 1.6.1
  2. # This file describes the settings to be used by the documentation system
  3. # doxygen (www.doxygen.org) for a project
  4. #
  5. # All text after a hash (#) is considered a comment and will be ignored
  6. # The format is:
  7. # TAG = value [value, ...]
  8. # For lists items can also be appended using:
  9. # TAG += value [value, ...]
  10. # Values that contain spaces should be placed between quotes (" ")
  11. #---------------------------------------------------------------------------
  12. # Project related configuration options
  13. #---------------------------------------------------------------------------
  14. # This tag specifies the encoding used for all characters in the config file
  15. # that follow. The default is UTF-8 which is also the encoding used for all
  16. # text before the first occurrence of this tag. Doxygen uses libiconv (or the
  17. # iconv built into libc) for the transcoding. See
  18. # http://www.gnu.org/software/libiconv for the list of possible encodings.
  19. DOXYFILE_ENCODING = UTF-8
  20. # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
  21. # by quotes) that should identify the project.
  22. PROJECT_NAME = BIND10
  23. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
  24. # This could be handy for archiving the generated documentation or
  25. # if some version control system is used.
  26. # Currently this variable is overwritten (see devel target in Makefile.am)
  27. # If the number of parameters to overwrite increases, we should generate
  28. # Doxyfile (rename it to Doxyfile.in and generate during configure phase)
  29. PROJECT_NUMBER =
  30. # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
  31. # base path where the generated documentation will be put.
  32. # If a relative path is entered, it will be relative to the location
  33. # where doxygen was started. If left blank the current directory will be used.
  34. OUTPUT_DIRECTORY = html
  35. # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
  36. # 4096 sub-directories (in 2 levels) under the output directory of each output
  37. # format and will distribute the generated files over these directories.
  38. # Enabling this option can be useful when feeding doxygen a huge amount of
  39. # source files, where putting all generated files in the same directory would
  40. # otherwise cause performance problems for the file system.
  41. CREATE_SUBDIRS = YES
  42. # The OUTPUT_LANGUAGE tag is used to specify the language in which all
  43. # documentation generated by doxygen is written. Doxygen will use this
  44. # information to generate all constant output in the proper language.
  45. # The default language is English, other supported languages are:
  46. # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
  47. # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
  48. # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
  49. # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
  50. # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
  51. # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
  52. OUTPUT_LANGUAGE = English
  53. # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
  54. # include brief member descriptions after the members that are listed in
  55. # the file and class documentation (similar to JavaDoc).
  56. # Set to NO to disable this.
  57. BRIEF_MEMBER_DESC = YES
  58. # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
  59. # the brief description of a member or function before the detailed description.
  60. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
  61. # brief descriptions will be completely suppressed.
  62. REPEAT_BRIEF = YES
  63. # This tag implements a quasi-intelligent brief description abbreviator
  64. # that is used to form the text in various listings. Each string
  65. # in this list, if found as the leading text of the brief description, will be
  66. # stripped from the text and the result after processing the whole list, is
  67. # used as the annotated text. Otherwise, the brief description is used as-is.
  68. # If left blank, the following values are used ("$name" is automatically
  69. # replaced with the name of the entity): "The $name class" "The $name widget"
  70. # "The $name file" "is" "provides" "specifies" "contains"
  71. # "represents" "a" "an" "the"
  72. ABBREVIATE_BRIEF =
  73. # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
  74. # Doxygen will generate a detailed section even if there is only a brief
  75. # description.
  76. ALWAYS_DETAILED_SEC = NO
  77. # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
  78. # inherited members of a class in the documentation of that class as if those
  79. # members were ordinary class members. Constructors, destructors and assignment
  80. # operators of the base classes will not be shown.
  81. INLINE_INHERITED_MEMB = NO
  82. # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
  83. # path before files name in the file list and in the header files. If set
  84. # to NO the shortest path that makes the file name unique will be used.
  85. FULL_PATH_NAMES = No
  86. # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
  87. # can be used to strip a user-defined part of the path. Stripping is
  88. # only done if one of the specified strings matches the left-hand part of
  89. # the path. The tag can be used to show relative paths in the file list.
  90. # If left blank the directory from which doxygen is run is used as the
  91. # path to strip.
  92. STRIP_FROM_PATH =
  93. # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
  94. # the path mentioned in the documentation of a class, which tells
  95. # the reader which header file to include in order to use a class.
  96. # If left blank only the name of the header file containing the class
  97. # definition is used. Otherwise one should specify the include paths that
  98. # are normally passed to the compiler using the -I flag.
  99. STRIP_FROM_INC_PATH =
  100. # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
  101. # (but less readable) file names. This can be useful is your file systems
  102. # doesn't support long names like on DOS, Mac, or CD-ROM.
  103. SHORT_NAMES = NO
  104. # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
  105. # will interpret the first line (until the first dot) of a JavaDoc-style
  106. # comment as the brief description. If set to NO, the JavaDoc
  107. # comments will behave just like regular Qt-style comments
  108. # (thus requiring an explicit @brief command for a brief description.)
  109. JAVADOC_AUTOBRIEF = YES
  110. # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
  111. # interpret the first line (until the first dot) of a Qt-style
  112. # comment as the brief description. If set to NO, the comments
  113. # will behave just like regular Qt-style comments (thus requiring
  114. # an explicit \brief command for a brief description.)
  115. QT_AUTOBRIEF = NO
  116. # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
  117. # treat a multi-line C++ special comment block (i.e. a block of //! or ///
  118. # comments) as a brief description. This used to be the default behaviour.
  119. # The new default is to treat a multi-line C++ comment block as a detailed
  120. # description. Set this tag to YES if you prefer the old behaviour instead.
  121. MULTILINE_CPP_IS_BRIEF = NO
  122. # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
  123. # member inherits the documentation from any documented member that it
  124. # re-implements.
  125. INHERIT_DOCS = YES
  126. # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
  127. # a new page for each member. If set to NO, the documentation of a member will
  128. # be part of the file/class/namespace that contains it.
  129. SEPARATE_MEMBER_PAGES = NO
  130. # The TAB_SIZE tag can be used to set the number of spaces in a tab.
  131. # Doxygen uses this value to replace tabs by spaces in code fragments.
  132. TAB_SIZE = 4
  133. # This tag can be used to specify a number of aliases that acts
  134. # as commands in the documentation. An alias has the form "name=value".
  135. # For example adding "sideeffect=\par Side Effects:\n" will allow you to
  136. # put the command \sideeffect (or @sideeffect) in the documentation, which
  137. # will result in a user-defined paragraph with heading "Side Effects:".
  138. # You can put \n's in the value part of an alias to insert newlines.
  139. ALIASES =
  140. # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
  141. # sources only. Doxygen will then generate output that is more tailored for C.
  142. # For instance, some of the names that are used will be different. The list
  143. # of all members will be omitted, etc.
  144. OPTIMIZE_OUTPUT_FOR_C = NO
  145. # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
  146. # sources only. Doxygen will then generate output that is more tailored for
  147. # Java. For instance, namespaces will be presented as packages, qualified
  148. # scopes will look different, etc.
  149. OPTIMIZE_OUTPUT_JAVA = NO
  150. # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
  151. # sources only. Doxygen will then generate output that is more tailored for
  152. # Fortran.
  153. OPTIMIZE_FOR_FORTRAN = NO
  154. # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
  155. # sources. Doxygen will then generate output that is tailored for
  156. # VHDL.
  157. OPTIMIZE_OUTPUT_VHDL = NO
  158. # Doxygen selects the parser to use depending on the extension of the files it parses.
  159. # With this tag you can assign which parser to use for a given extension.
  160. # Doxygen has a built-in mapping, but you can override or extend it using this tag.
  161. # The format is ext=language, where ext is a file extension, and language is one of
  162. # the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP,
  163. # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
  164. # .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran),
  165. # use: inc=Fortran f=C. Note that for custom extensions you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
  166. EXTENSION_MAPPING =
  167. # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
  168. # to include (a tag file for) the STL sources as input, then you should
  169. # set this tag to YES in order to let doxygen match functions declarations and
  170. # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
  171. # func(std::string) {}). This also make the inheritance and collaboration
  172. # diagrams that involve STL classes more complete and accurate.
  173. BUILTIN_STL_SUPPORT = NO
  174. # If you use Microsoft's C++/CLI language, you should set this option to YES to
  175. # enable parsing support.
  176. CPP_CLI_SUPPORT = NO
  177. # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
  178. # Doxygen will parse them like normal C++ but will assume all classes use public
  179. # instead of private inheritance when no explicit protection keyword is present.
  180. SIP_SUPPORT = NO
  181. # For Microsoft's IDL there are propget and propput attributes to indicate getter
  182. # and setter methods for a property. Setting this option to YES (the default)
  183. # will make doxygen to replace the get and set methods by a property in the
  184. # documentation. This will only work if the methods are indeed getting or
  185. # setting a simple type. If this is not the case, or you want to show the
  186. # methods anyway, you should set this option to NO.
  187. IDL_PROPERTY_SUPPORT = YES
  188. # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
  189. # tag is set to YES, then doxygen will reuse the documentation of the first
  190. # member in the group (if any) for the other members of the group. By default
  191. # all members of a group must be documented explicitly.
  192. DISTRIBUTE_GROUP_DOC = NO
  193. # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
  194. # the same type (for instance a group of public functions) to be put as a
  195. # subgroup of that type (e.g. under the Public Functions section). Set it to
  196. # NO to prevent subgrouping. Alternatively, this can be done per class using
  197. # the \nosubgrouping command.
  198. SUBGROUPING = YES
  199. # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
  200. # is documented as struct, union, or enum with the name of the typedef. So
  201. # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
  202. # with name TypeT. When disabled the typedef will appear as a member of a file,
  203. # namespace, or class. And the struct will be named TypeS. This can typically
  204. # be useful for C code in case the coding convention dictates that all compound
  205. # types are typedef'ed and only the typedef is referenced, never the tag name.
  206. TYPEDEF_HIDES_STRUCT = NO
  207. # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
  208. # determine which symbols to keep in memory and which to flush to disk.
  209. # When the cache is full, less often used symbols will be written to disk.
  210. # For small to medium size projects (<1000 input files) the default value is
  211. # probably good enough. For larger projects a too small cache size can cause
  212. # doxygen to be busy swapping symbols to and from disk most of the time
  213. # causing a significant performance penality.
  214. # If the system has enough physical memory increasing the cache will improve the
  215. # performance by keeping more symbols in memory. Note that the value works on
  216. # a logarithmic scale so increasing the size by one will roughly double the
  217. # memory usage. The cache size is given by this formula:
  218. # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
  219. # corresponding to a cache size of 2^16 = 65536 symbols
  220. SYMBOL_CACHE_SIZE = 0
  221. #---------------------------------------------------------------------------
  222. # Build related configuration options
  223. #---------------------------------------------------------------------------
  224. # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
  225. # documentation are documented, even if no documentation was available.
  226. # Private class members and static file members will be hidden unless
  227. # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
  228. EXTRACT_ALL = YES
  229. # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
  230. # will be included in the documentation.
  231. EXTRACT_PRIVATE = NO
  232. # If the EXTRACT_STATIC tag is set to YES all static members of a file
  233. # will be included in the documentation.
  234. EXTRACT_STATIC = NO
  235. # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
  236. # defined locally in source files will be included in the documentation.
  237. # If set to NO only classes defined in header files are included.
  238. EXTRACT_LOCAL_CLASSES = YES
  239. # This flag is only useful for Objective-C code. When set to YES local
  240. # methods, which are defined in the implementation section but not in
  241. # the interface are included in the documentation.
  242. # If set to NO (the default) only methods in the interface are included.
  243. EXTRACT_LOCAL_METHODS = NO
  244. # If this flag is set to YES, the members of anonymous namespaces will be
  245. # extracted and appear in the documentation as a namespace called
  246. # 'anonymous_namespace{file}', where file will be replaced with the base
  247. # name of the file that contains the anonymous namespace. By default
  248. # anonymous namespace are hidden.
  249. EXTRACT_ANON_NSPACES = NO
  250. # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
  251. # undocumented members of documented classes, files or namespaces.
  252. # If set to NO (the default) these members will be included in the
  253. # various overviews, but no documentation section is generated.
  254. # This option has no effect if EXTRACT_ALL is enabled.
  255. HIDE_UNDOC_MEMBERS = NO
  256. # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
  257. # undocumented classes that are normally visible in the class hierarchy.
  258. # If set to NO (the default) these classes will be included in the various
  259. # overviews. This option has no effect if EXTRACT_ALL is enabled.
  260. HIDE_UNDOC_CLASSES = NO
  261. # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
  262. # friend (class|struct|union) declarations.
  263. # If set to NO (the default) these declarations will be included in the
  264. # documentation.
  265. HIDE_FRIEND_COMPOUNDS = NO
  266. # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
  267. # documentation blocks found inside the body of a function.
  268. # If set to NO (the default) these blocks will be appended to the
  269. # function's detailed documentation block.
  270. HIDE_IN_BODY_DOCS = NO
  271. # The INTERNAL_DOCS tag determines if documentation
  272. # that is typed after a \internal command is included. If the tag is set
  273. # to NO (the default) then the documentation will be excluded.
  274. # Set it to YES to include the internal documentation.
  275. INTERNAL_DOCS = NO
  276. # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
  277. # file names in lower-case letters. If set to YES upper-case letters are also
  278. # allowed. This is useful if you have classes or files whose names only differ
  279. # in case and if your file system supports case sensitive file names. Windows
  280. # and Mac users are advised to set this option to NO.
  281. CASE_SENSE_NAMES = NO
  282. # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
  283. # will show members with their full class and namespace scopes in the
  284. # documentation. If set to YES the scope will be hidden.
  285. HIDE_SCOPE_NAMES = NO
  286. # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
  287. # will put a list of the files that are included by a file in the documentation
  288. # of that file.
  289. SHOW_INCLUDE_FILES = NO
  290. # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
  291. # is inserted in the documentation for inline members.
  292. INLINE_INFO = NO
  293. # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
  294. # will sort the (detailed) documentation of file and class members
  295. # alphabetically by member name. If set to NO the members will appear in
  296. # declaration order.
  297. SORT_MEMBER_DOCS = YES
  298. # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
  299. # brief documentation of file, namespace and class members alphabetically
  300. # by member name. If set to NO (the default) the members will appear in
  301. # declaration order.
  302. SORT_BRIEF_DOCS = NO
  303. # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the (brief and detailed) documentation of class members so that constructors and destructors are listed first. If set to NO (the default) the constructors will appear in the respective orders defined by SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
  304. SORT_MEMBERS_CTORS_1ST = NO
  305. # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
  306. # hierarchy of group names into alphabetical order. If set to NO (the default)
  307. # the group names will appear in their defined order.
  308. SORT_GROUP_NAMES = NO
  309. # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
  310. # sorted by fully-qualified names, including namespaces. If set to
  311. # NO (the default), the class list will be sorted only by class name,
  312. # not including the namespace part.
  313. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
  314. # Note: This option applies only to the class list, not to the
  315. # alphabetical list.
  316. SORT_BY_SCOPE_NAME = NO
  317. # The GENERATE_TODOLIST tag can be used to enable (YES) or
  318. # disable (NO) the todo list. This list is created by putting \todo
  319. # commands in the documentation.
  320. GENERATE_TODOLIST = YES
  321. # The GENERATE_TESTLIST tag can be used to enable (YES) or
  322. # disable (NO) the test list. This list is created by putting \test
  323. # commands in the documentation.
  324. GENERATE_TESTLIST = YES
  325. # The GENERATE_BUGLIST tag can be used to enable (YES) or
  326. # disable (NO) the bug list. This list is created by putting \bug
  327. # commands in the documentation.
  328. GENERATE_BUGLIST = YES
  329. # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
  330. # disable (NO) the deprecated list. This list is created by putting
  331. # \deprecated commands in the documentation.
  332. GENERATE_DEPRECATEDLIST= YES
  333. # The ENABLED_SECTIONS tag can be used to enable conditional
  334. # documentation sections, marked by \if sectionname ... \endif.
  335. ENABLED_SECTIONS =
  336. # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
  337. # the initial value of a variable or define consists of for it to appear in
  338. # the documentation. If the initializer consists of more lines than specified
  339. # here it will be hidden. Use a value of 0 to hide initializers completely.
  340. # The appearance of the initializer of individual variables and defines in the
  341. # documentation can be controlled using \showinitializer or \hideinitializer
  342. # command in the documentation regardless of this setting.
  343. MAX_INITIALIZER_LINES = 30
  344. # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
  345. # at the bottom of the documentation of classes and structs. If set to YES the
  346. # list will mention the files that were used to generate the documentation.
  347. SHOW_USED_FILES = YES
  348. # If the sources in your project are distributed over multiple directories
  349. # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
  350. # in the documentation. The default is NO.
  351. SHOW_DIRECTORIES = NO
  352. # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
  353. # This will remove the Files entry from the Quick Index and from the
  354. # Folder Tree View (if specified). The default is YES.
  355. SHOW_FILES = YES
  356. # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
  357. # Namespaces page.
  358. # This will remove the Namespaces entry from the Quick Index
  359. # and from the Folder Tree View (if specified). The default is YES.
  360. SHOW_NAMESPACES = YES
  361. # The FILE_VERSION_FILTER tag can be used to specify a program or script that
  362. # doxygen should invoke to get the current version for each file (typically from
  363. # the version control system). Doxygen will invoke the program by executing (via
  364. # popen()) the command <command> <input-file>, where <command> is the value of
  365. # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
  366. # provided by doxygen. Whatever the program writes to standard output
  367. # is used as the file version. See the manual for examples.
  368. FILE_VERSION_FILTER =
  369. # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
  370. # doxygen. The layout file controls the global structure of the generated output files
  371. # in an output format independent way. The create the layout file that represents
  372. # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
  373. # file name after the option, if omitted DoxygenLayout.xml will be used as the name
  374. # of the layout file.
  375. LAYOUT_FILE =
  376. #---------------------------------------------------------------------------
  377. # configuration options related to warning and progress messages
  378. #---------------------------------------------------------------------------
  379. # The QUIET tag can be used to turn on/off the messages that are generated
  380. # by doxygen. Possible values are YES and NO. If left blank NO is used.
  381. QUIET = NO
  382. # The WARNINGS tag can be used to turn on/off the warning messages that are
  383. # generated by doxygen. Possible values are YES and NO. If left blank
  384. # NO is used.
  385. WARNINGS = YES
  386. # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
  387. # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
  388. # automatically be disabled.
  389. WARN_IF_UNDOCUMENTED = YES
  390. # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
  391. # potential errors in the documentation, such as not documenting some
  392. # parameters in a documented function, or documenting parameters that
  393. # don't exist or using markup commands wrongly.
  394. WARN_IF_DOC_ERROR = YES
  395. # This WARN_NO_PARAMDOC option can be abled to get warnings for
  396. # functions that are documented, but have no documentation for their parameters
  397. # or return value. If set to NO (the default) doxygen will only warn about
  398. # wrong or incomplete parameter documentation, but not about the absence of
  399. # documentation.
  400. WARN_NO_PARAMDOC = NO
  401. # The WARN_FORMAT tag determines the format of the warning messages that
  402. # doxygen can produce. The string should contain the $file, $line, and $text
  403. # tags, which will be replaced by the file and line number from which the
  404. # warning originated and the warning text. Optionally the format may contain
  405. # $version, which will be replaced by the version of the file (if it could
  406. # be obtained via FILE_VERSION_FILTER)
  407. WARN_FORMAT = "$file:$line: $text"
  408. # The WARN_LOGFILE tag can be used to specify a file to which warning
  409. # and error messages should be written. If left blank the output is written
  410. # to stderr.
  411. WARN_LOGFILE =
  412. #---------------------------------------------------------------------------
  413. # configuration options related to the input files
  414. #---------------------------------------------------------------------------
  415. # The INPUT tag can be used to specify the files and/or directories that contain
  416. # documented source files. You may enter file names like "myfile.cpp" or
  417. # directories like "/usr/src/myproject". Separate the files or directories
  418. # with spaces.
  419. INPUT = ../src/lib/exceptions ../src/lib/cc \
  420. ../src/lib/config ../src/lib/cryptolink ../src/lib/dns ../src/lib/datasrc \
  421. ../src/bin/auth ../src/bin/resolver ../src/lib/bench ../src/lib/log \
  422. ../src/lib/log/compiler ../src/lib/asiolink/ ../src/lib/nsas \
  423. ../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
  424. ../src/bin/sockcreator/ ../src/lib/util/ ../src/lib/util/io/ \
  425. ../src/lib/resolve ../src/lib/acl ../src/bin/dhcp6 ../src/lib/dhcp \
  426. ../src/bin/dhcp4 ../tests/tools/perfdhcp devel
  427. # This tag can be used to specify the character encoding of the source files
  428. # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
  429. # also the default input encoding. Doxygen uses libiconv (or the iconv built
  430. # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
  431. # the list of possible encodings.
  432. INPUT_ENCODING = UTF-8
  433. # If the value of the INPUT tag contains directories, you can use the
  434. # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
  435. # and *.h) to filter out the source-files in the directories. If left
  436. # blank the following patterns are tested:
  437. # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
  438. # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
  439. FILE_PATTERNS = *.c *.cc *.h *.hpp *.dox
  440. # The RECURSIVE tag can be used to turn specify whether or not subdirectories
  441. # should be searched for input files as well. Possible values are YES and NO.
  442. # If left blank NO is used.
  443. RECURSIVE = NO
  444. # The EXCLUDE tag can be used to specify files and/or directories that should
  445. # excluded from the INPUT source files. This way you can easily exclude a
  446. # subdirectory from a directory tree whose root is specified with the INPUT tag.
  447. EXCLUDE =
  448. # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
  449. # directories that are symbolic links (a Unix filesystem feature) are excluded
  450. # from the input.
  451. EXCLUDE_SYMLINKS = NO
  452. # If the value of the INPUT tag contains directories, you can use the
  453. # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
  454. # certain files from those directories. Note that the wildcards are matched
  455. # against the file with absolute path, so to exclude all test directories
  456. # for example use the pattern */test/*
  457. EXCLUDE_PATTERNS = */*-placeholder.* */cpp/*.py
  458. # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
  459. # (namespaces, classes, functions, etc.) that should be excluded from the
  460. # output. The symbol name can be a fully qualified name, a word, or if the
  461. # wildcard * is used, a substring. Examples: ANamespace, AClass,
  462. # AClass::ANamespace, ANamespace::*Test
  463. EXCLUDE_SYMBOLS =
  464. # The EXAMPLE_PATH tag can be used to specify one or more files or
  465. # directories that contain example code fragments that are included (see
  466. # the \include command).
  467. EXAMPLE_PATH =
  468. # If the value of the EXAMPLE_PATH tag contains directories, you can use the
  469. # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
  470. # and *.h) to filter out the source-files in the directories. If left
  471. # blank all files are included.
  472. EXAMPLE_PATTERNS =
  473. # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
  474. # searched for input files to be used with the \include or \dontinclude
  475. # commands irrespective of the value of the RECURSIVE tag.
  476. # Possible values are YES and NO. If left blank NO is used.
  477. EXAMPLE_RECURSIVE = NO
  478. # The IMAGE_PATH tag can be used to specify one or more files or
  479. # directories that contain image that are included in the documentation (see
  480. # the \image command).
  481. IMAGE_PATH = ../doc/images
  482. # The INPUT_FILTER tag can be used to specify a program that doxygen should
  483. # invoke to filter for each input file. Doxygen will invoke the filter program
  484. # by executing (via popen()) the command <filter> <input-file>, where <filter>
  485. # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
  486. # input file. Doxygen will then use the output that the filter program writes
  487. # to standard output.
  488. # If FILTER_PATTERNS is specified, this tag will be
  489. # ignored.
  490. INPUT_FILTER =
  491. # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
  492. # basis.
  493. # Doxygen will compare the file name with each pattern and apply the
  494. # filter if there is a match.
  495. # The filters are a list of the form:
  496. # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
  497. # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
  498. # is applied to all files.
  499. FILTER_PATTERNS =
  500. # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
  501. # INPUT_FILTER) will be used to filter the input files when producing source
  502. # files to browse (i.e. when SOURCE_BROWSER is set to YES).
  503. FILTER_SOURCE_FILES = NO
  504. #---------------------------------------------------------------------------
  505. # configuration options related to source browsing
  506. #---------------------------------------------------------------------------
  507. # If the SOURCE_BROWSER tag is set to YES then a list of source files will
  508. # be generated. Documented entities will be cross-referenced with these sources.
  509. # Note: To get rid of all source code in the generated output, make sure also
  510. # VERBATIM_HEADERS is set to NO.
  511. SOURCE_BROWSER = NO
  512. # Setting the INLINE_SOURCES tag to YES will include the body
  513. # of functions and classes directly in the documentation.
  514. INLINE_SOURCES = NO
  515. # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
  516. # doxygen to hide any special comment blocks from generated source code
  517. # fragments. Normal C and C++ comments will always remain visible.
  518. STRIP_CODE_COMMENTS = YES
  519. # If the REFERENCED_BY_RELATION tag is set to YES
  520. # then for each documented function all documented
  521. # functions referencing it will be listed.
  522. REFERENCED_BY_RELATION = YES
  523. # If the REFERENCES_RELATION tag is set to YES
  524. # then for each documented function all documented entities
  525. # called/used by that function will be listed.
  526. REFERENCES_RELATION = YES
  527. # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
  528. # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
  529. # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
  530. # link to the source code.
  531. # Otherwise they will link to the documentation.
  532. REFERENCES_LINK_SOURCE = YES
  533. # If the USE_HTAGS tag is set to YES then the references to source code
  534. # will point to the HTML generated by the htags(1) tool instead of doxygen
  535. # built-in source browser. The htags tool is part of GNU's global source
  536. # tagging system (see http://www.gnu.org/software/global/global.html). You
  537. # will need version 4.8.6 or higher.
  538. USE_HTAGS = NO
  539. # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
  540. # will generate a verbatim copy of the header file for each class for
  541. # which an include is specified. Set to NO to disable this.
  542. VERBATIM_HEADERS = YES
  543. #---------------------------------------------------------------------------
  544. # configuration options related to the alphabetical class index
  545. #---------------------------------------------------------------------------
  546. # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
  547. # of all compounds will be generated. Enable this if the project
  548. # contains a lot of classes, structs, unions or interfaces.
  549. ALPHABETICAL_INDEX = YES
  550. # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
  551. # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
  552. # in which this list will be split (can be a number in the range [1..20])
  553. COLS_IN_ALPHA_INDEX = 2
  554. # In case all classes in a project start with a common prefix, all
  555. # classes will be put under the same header in the alphabetical index.
  556. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
  557. # should be ignored while generating the index headers.
  558. IGNORE_PREFIX =
  559. #---------------------------------------------------------------------------
  560. # configuration options related to the HTML output
  561. #---------------------------------------------------------------------------
  562. # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
  563. # generate HTML output.
  564. GENERATE_HTML = YES
  565. # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
  566. # If a relative path is entered the value of OUTPUT_DIRECTORY will be
  567. # put in front of it. If left blank `html' will be used as the default path.
  568. HTML_OUTPUT = ../html
  569. # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
  570. # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
  571. # doxygen will generate files with .html extension.
  572. HTML_FILE_EXTENSION = .html
  573. # The HTML_HEADER tag can be used to specify a personal HTML header for
  574. # each generated HTML page. If it is left blank doxygen will generate a
  575. # standard header.
  576. HTML_HEADER =
  577. # The HTML_FOOTER tag can be used to specify a personal HTML footer for
  578. # each generated HTML page. If it is left blank doxygen will generate a
  579. # standard footer.
  580. HTML_FOOTER =
  581. # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
  582. # style sheet that is used by each HTML page. It can be used to
  583. # fine-tune the look of the HTML output. If the tag is left blank doxygen
  584. # will generate a default style sheet. Note that doxygen will try to copy
  585. # the style sheet file to the HTML output directory, so don't put your own
  586. # stylesheet in the HTML output directory as well, or it will be erased!
  587. HTML_STYLESHEET =
  588. # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
  589. # files or namespaces will be aligned in HTML using tables. If set to
  590. # NO a bullet list will be used.
  591. HTML_ALIGN_MEMBERS = YES
  592. # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
  593. # documentation will contain sections that can be hidden and shown after the
  594. # page has loaded. For this to work a browser that supports
  595. # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
  596. # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
  597. HTML_DYNAMIC_SECTIONS = NO
  598. # If the GENERATE_DOCSET tag is set to YES, additional index files
  599. # will be generated that can be used as input for Apple's Xcode 3
  600. # integrated development environment, introduced with OSX 10.5 (Leopard).
  601. # To create a documentation set, doxygen will generate a Makefile in the
  602. # HTML output directory. Running make will produce the docset in that
  603. # directory and running "make install" will install the docset in
  604. # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
  605. # it at startup.
  606. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
  607. GENERATE_DOCSET = NO
  608. # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
  609. # feed. A documentation feed provides an umbrella under which multiple
  610. # documentation sets from a single provider (such as a company or product suite)
  611. # can be grouped.
  612. DOCSET_FEEDNAME = "Doxygen generated docs"
  613. # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
  614. # should uniquely identify the documentation set bundle. This should be a
  615. # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
  616. # will append .docset to the name.
  617. DOCSET_BUNDLE_ID = org.doxygen.Project
  618. # If the GENERATE_HTMLHELP tag is set to YES, additional index files
  619. # will be generated that can be used as input for tools like the
  620. # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
  621. # of the generated HTML documentation.
  622. GENERATE_HTMLHELP = NO
  623. # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
  624. # be used to specify the file name of the resulting .chm file. You
  625. # can add a path in front of the file if the result should not be
  626. # written to the html output directory.
  627. CHM_FILE =
  628. # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
  629. # be used to specify the location (absolute path including file name) of
  630. # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
  631. # the HTML help compiler on the generated index.hhp.
  632. HHC_LOCATION =
  633. # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
  634. # controls if a separate .chi index file is generated (YES) or that
  635. # it should be included in the master .chm file (NO).
  636. GENERATE_CHI = NO
  637. # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
  638. # is used to encode HtmlHelp index (hhk), content (hhc) and project file
  639. # content.
  640. CHM_INDEX_ENCODING =
  641. # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
  642. # controls whether a binary table of contents is generated (YES) or a
  643. # normal table of contents (NO) in the .chm file.
  644. BINARY_TOC = NO
  645. # The TOC_EXPAND flag can be set to YES to add extra items for group members
  646. # to the contents of the HTML help documentation and to the tree view.
  647. TOC_EXPAND = NO
  648. # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER
  649. # are set, an additional index file will be generated that can be used as input for
  650. # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
  651. # HTML documentation.
  652. GENERATE_QHP = NO
  653. # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
  654. # be used to specify the file name of the resulting .qch file.
  655. # The path specified is relative to the HTML output folder.
  656. QCH_FILE =
  657. # The QHP_NAMESPACE tag specifies the namespace to use when generating
  658. # Qt Help Project output. For more information please see
  659. # http://doc.trolltech.com/qthelpproject.html#namespace
  660. QHP_NAMESPACE =
  661. # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
  662. # Qt Help Project output. For more information please see
  663. # http://doc.trolltech.com/qthelpproject.html#virtual-folders
  664. QHP_VIRTUAL_FOLDER = doc
  665. # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add.
  666. # For more information please see
  667. # http://doc.trolltech.com/qthelpproject.html#custom-filters
  668. QHP_CUST_FILTER_NAME =
  669. # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see
  670. # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
  671. QHP_CUST_FILTER_ATTRS =
  672. # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
  673. # filter section matches.
  674. # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
  675. QHP_SECT_FILTER_ATTRS =
  676. # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
  677. # be used to specify the location of Qt's qhelpgenerator.
  678. # If non-empty doxygen will try to run qhelpgenerator on the generated
  679. # .qhp file.
  680. QHG_LOCATION =
  681. # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
  682. # top of each HTML page. The value NO (the default) enables the index and
  683. # the value YES disables it.
  684. DISABLE_INDEX = NO
  685. # This tag can be used to set the number of enum values (range [1..20])
  686. # that doxygen will group on one line in the generated HTML documentation.
  687. ENUM_VALUES_PER_LINE = 4
  688. # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
  689. # structure should be generated to display hierarchical information.
  690. # If the tag value is set to YES, a side panel will be generated
  691. # containing a tree-like index structure (just like the one that
  692. # is generated for HTML Help). For this to work a browser that supports
  693. # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
  694. # Windows users are probably better off using the HTML help feature.
  695. GENERATE_TREEVIEW = YES
  696. # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
  697. # and Class Hierarchy pages using a tree view instead of an ordered list.
  698. USE_INLINE_TREES = NO
  699. # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
  700. # used to set the initial width (in pixels) of the frame in which the tree
  701. # is shown.
  702. TREEVIEW_WIDTH = 180
  703. # Use this tag to change the font size of Latex formulas included
  704. # as images in the HTML documentation. The default is 10. Note that
  705. # when you change the font size after a successful doxygen run you need
  706. # to manually remove any form_*.png images from the HTML output directory
  707. # to force them to be regenerated.
  708. FORMULA_FONTSIZE = 10
  709. # When the SEARCHENGINE tag is enable doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
  710. # and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP)
  711. # there is already a search function so this one should typically
  712. # be disabled.
  713. SEARCHENGINE = NO
  714. #---------------------------------------------------------------------------
  715. # configuration options related to the LaTeX output
  716. #---------------------------------------------------------------------------
  717. # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
  718. # generate Latex output.
  719. GENERATE_LATEX = NO
  720. # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
  721. # If a relative path is entered the value of OUTPUT_DIRECTORY will be
  722. # put in front of it. If left blank `latex' will be used as the default path.
  723. LATEX_OUTPUT = latex
  724. # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
  725. # invoked. If left blank `latex' will be used as the default command name.
  726. LATEX_CMD_NAME = latex
  727. # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
  728. # generate index for LaTeX. If left blank `makeindex' will be used as the
  729. # default command name.
  730. MAKEINDEX_CMD_NAME = makeindex
  731. # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
  732. # LaTeX documents. This may be useful for small projects and may help to
  733. # save some trees in general.
  734. COMPACT_LATEX = NO
  735. # The PAPER_TYPE tag can be used to set the paper type that is used
  736. # by the printer. Possible values are: a4, a4wide, letter, legal and
  737. # executive. If left blank a4wide will be used.
  738. PAPER_TYPE = a4wide
  739. # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
  740. # packages that should be included in the LaTeX output.
  741. EXTRA_PACKAGES =
  742. # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
  743. # the generated latex document. The header should contain everything until
  744. # the first chapter. If it is left blank doxygen will generate a
  745. # standard header. Notice: only use this tag if you know what you are doing!
  746. LATEX_HEADER =
  747. # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
  748. # is prepared for conversion to pdf (using ps2pdf). The pdf file will
  749. # contain links (just like the HTML output) instead of page references
  750. # This makes the output suitable for online browsing using a pdf viewer.
  751. PDF_HYPERLINKS = NO
  752. # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
  753. # plain latex in the generated Makefile. Set this option to YES to get a
  754. # higher quality PDF documentation.
  755. USE_PDFLATEX = NO
  756. # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
  757. # command to the generated LaTeX files. This will instruct LaTeX to keep
  758. # running if errors occur, instead of asking the user for help.
  759. # This option is also used when generating formulas in HTML.
  760. LATEX_BATCHMODE = NO
  761. # If LATEX_HIDE_INDICES is set to YES then doxygen will not
  762. # include the index chapters (such as File Index, Compound Index, etc.)
  763. # in the output.
  764. LATEX_HIDE_INDICES = NO
  765. # If LATEX_SOURCE_CODE is set to YES then doxygen will include source code with syntax highlighting in the LaTeX output. Note that which sources are shown also depends on other settings such as SOURCE_BROWSER.
  766. LATEX_SOURCE_CODE = NO
  767. #---------------------------------------------------------------------------
  768. # configuration options related to the RTF output
  769. #---------------------------------------------------------------------------
  770. # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
  771. # The RTF output is optimized for Word 97 and may not look very pretty with
  772. # other RTF readers or editors.
  773. GENERATE_RTF = NO
  774. # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
  775. # If a relative path is entered the value of OUTPUT_DIRECTORY will be
  776. # put in front of it. If left blank `rtf' will be used as the default path.
  777. RTF_OUTPUT = rtf
  778. # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
  779. # RTF documents. This may be useful for small projects and may help to
  780. # save some trees in general.
  781. COMPACT_RTF = NO
  782. # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
  783. # will contain hyperlink fields. The RTF file will
  784. # contain links (just like the HTML output) instead of page references.
  785. # This makes the output suitable for online browsing using WORD or other
  786. # programs which support those fields.
  787. # Note: wordpad (write) and others do not support links.
  788. RTF_HYPERLINKS = NO
  789. # Load stylesheet definitions from file. Syntax is similar to doxygen's
  790. # config file, i.e. a series of assignments. You only have to provide
  791. # replacements, missing definitions are set to their default value.
  792. RTF_STYLESHEET_FILE =
  793. # Set optional variables used in the generation of an rtf document.
  794. # Syntax is similar to doxygen's config file.
  795. RTF_EXTENSIONS_FILE =
  796. #---------------------------------------------------------------------------
  797. # configuration options related to the man page output
  798. #---------------------------------------------------------------------------
  799. # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
  800. # generate man pages
  801. GENERATE_MAN = NO
  802. # The MAN_OUTPUT tag is used to specify where the man pages will be put.
  803. # If a relative path is entered the value of OUTPUT_DIRECTORY will be
  804. # put in front of it. If left blank `man' will be used as the default path.
  805. MAN_OUTPUT = man
  806. # The MAN_EXTENSION tag determines the extension that is added to
  807. # the generated man pages (default is the subroutine's section .3)
  808. MAN_EXTENSION = .3
  809. # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
  810. # then it will generate one additional man file for each entity
  811. # documented in the real man page(s). These additional files
  812. # only source the real man page, but without them the man command
  813. # would be unable to find the correct page. The default is NO.
  814. MAN_LINKS = NO
  815. #---------------------------------------------------------------------------
  816. # configuration options related to the XML output
  817. #---------------------------------------------------------------------------
  818. # If the GENERATE_XML tag is set to YES Doxygen will
  819. # generate an XML file that captures the structure of
  820. # the code including all documentation.
  821. GENERATE_XML = NO
  822. # The XML_OUTPUT tag is used to specify where the XML pages will be put.
  823. # If a relative path is entered the value of OUTPUT_DIRECTORY will be
  824. # put in front of it. If left blank `xml' will be used as the default path.
  825. XML_OUTPUT = xml
  826. # The XML_SCHEMA tag can be used to specify an XML schema,
  827. # which can be used by a validating XML parser to check the
  828. # syntax of the XML files.
  829. XML_SCHEMA =
  830. # The XML_DTD tag can be used to specify an XML DTD,
  831. # which can be used by a validating XML parser to check the
  832. # syntax of the XML files.
  833. XML_DTD =
  834. # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
  835. # dump the program listings (including syntax highlighting
  836. # and cross-referencing information) to the XML output. Note that
  837. # enabling this will significantly increase the size of the XML output.
  838. XML_PROGRAMLISTING = NO
  839. #---------------------------------------------------------------------------
  840. # configuration options for the AutoGen Definitions output
  841. #---------------------------------------------------------------------------
  842. # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
  843. # generate an AutoGen Definitions (see autogen.sf.net) file
  844. # that captures the structure of the code including all
  845. # documentation. Note that this feature is still experimental
  846. # and incomplete at the moment.
  847. GENERATE_AUTOGEN_DEF = NO
  848. #---------------------------------------------------------------------------
  849. # configuration options related to the Perl module output
  850. #---------------------------------------------------------------------------
  851. # If the GENERATE_PERLMOD tag is set to YES Doxygen will
  852. # generate a Perl module file that captures the structure of
  853. # the code including all documentation. Note that this
  854. # feature is still experimental and incomplete at the
  855. # moment.
  856. GENERATE_PERLMOD = NO
  857. # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
  858. # the necessary Makefile rules, Perl scripts and LaTeX code to be able
  859. # to generate PDF and DVI output from the Perl module output.
  860. PERLMOD_LATEX = NO
  861. # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
  862. # nicely formatted so it can be parsed by a human reader.
  863. # This is useful
  864. # if you want to understand what is going on.
  865. # On the other hand, if this
  866. # tag is set to NO the size of the Perl module output will be much smaller
  867. # and Perl will parse it just the same.
  868. PERLMOD_PRETTY = YES
  869. # The names of the make variables in the generated doxyrules.make file
  870. # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
  871. # This is useful so different doxyrules.make files included by the same
  872. # Makefile don't overwrite each other's variables.
  873. PERLMOD_MAKEVAR_PREFIX =
  874. #---------------------------------------------------------------------------
  875. # Configuration options related to the preprocessor
  876. #---------------------------------------------------------------------------
  877. # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
  878. # evaluate all C-preprocessor directives found in the sources and include
  879. # files.
  880. ENABLE_PREPROCESSING = YES
  881. # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
  882. # names in the source code. If set to NO (the default) only conditional
  883. # compilation will be performed. Macro expansion can be done in a controlled
  884. # way by setting EXPAND_ONLY_PREDEF to YES.
  885. MACRO_EXPANSION = YES
  886. # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
  887. # then the macro expansion is limited to the macros specified with the
  888. # PREDEFINED and EXPAND_AS_DEFINED tags.
  889. EXPAND_ONLY_PREDEF = NO
  890. # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
  891. # in the INCLUDE_PATH (see below) will be search if a #include is found.
  892. SEARCH_INCLUDES = YES
  893. # The INCLUDE_PATH tag can be used to specify one or more directories that
  894. # contain include files that are not input files but should be processed by
  895. # the preprocessor.
  896. INCLUDE_PATH =
  897. # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
  898. # patterns (like *.h and *.hpp) to filter out the header-files in the
  899. # directories. If left blank, the patterns specified with FILE_PATTERNS will
  900. # be used.
  901. INCLUDE_FILE_PATTERNS =
  902. # The PREDEFINED tag can be used to specify one or more macro names that
  903. # are defined before the preprocessor is started (similar to the -D option of
  904. # gcc). The argument of the tag is a list of macros of the form: name
  905. # or name=definition (no spaces). If the definition and the = are
  906. # omitted =1 is assumed. To prevent a macro definition from being
  907. # undefined via #undef or recursively expanded use the := operator
  908. # instead of the = operator.
  909. PREDEFINED =
  910. # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
  911. # this tag can be used to specify a list of macro names that should be expanded.
  912. # The macro definition that is found in the sources will be used.
  913. # Use the PREDEFINED tag if you want to use a different macro definition.
  914. EXPAND_AS_DEFINED =
  915. # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
  916. # doxygen's preprocessor will remove all function-like macros that are alone
  917. # on a line, have an all uppercase name, and do not end with a semicolon. Such
  918. # function macros are typically used for boiler-plate code, and will confuse
  919. # the parser if not removed.
  920. SKIP_FUNCTION_MACROS = YES
  921. #---------------------------------------------------------------------------
  922. # Configuration::additions related to external references
  923. #---------------------------------------------------------------------------
  924. # The TAGFILES option can be used to specify one or more tagfiles.
  925. # Optionally an initial location of the external documentation
  926. # can be added for each tagfile. The format of a tag file without
  927. # this location is as follows:
  928. #
  929. # TAGFILES = file1 file2 ...
  930. # Adding location for the tag files is done as follows:
  931. #
  932. # TAGFILES = file1=loc1 "file2 = loc2" ...
  933. # where "loc1" and "loc2" can be relative or absolute paths or
  934. # URLs. If a location is present for each tag, the installdox tool
  935. # does not have to be run to correct the links.
  936. # Note that each tag file must have a unique name
  937. # (where the name does NOT include the path)
  938. # If a tag file is not located in the directory in which doxygen
  939. # is run, you must also specify the path to the tagfile here.
  940. TAGFILES =
  941. # When a file name is specified after GENERATE_TAGFILE, doxygen will create
  942. # a tag file that is based on the input files it reads.
  943. GENERATE_TAGFILE =
  944. # If the ALLEXTERNALS tag is set to YES all external classes will be listed
  945. # in the class index. If set to NO only the inherited external classes
  946. # will be listed.
  947. ALLEXTERNALS = NO
  948. # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
  949. # in the modules index. If set to NO, only the current project's groups will
  950. # be listed.
  951. EXTERNAL_GROUPS = YES
  952. # The PERL_PATH should be the absolute path and name of the perl script
  953. # interpreter (i.e. the result of `which perl').
  954. PERL_PATH = /usr/bin/perl
  955. #---------------------------------------------------------------------------
  956. # Configuration options related to the dot tool
  957. #---------------------------------------------------------------------------
  958. # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
  959. # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
  960. # or super classes. Setting the tag to NO turns the diagrams off. Note that
  961. # this option is superseded by the HAVE_DOT option below. This is only a
  962. # fallback. It is recommended to install and use dot, since it yields more
  963. # powerful graphs.
  964. CLASS_DIAGRAMS = YES
  965. # You can define message sequence charts within doxygen comments using the \msc
  966. # command. Doxygen will then run the mscgen tool (see
  967. # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
  968. # documentation. The MSCGEN_PATH tag allows you to specify the directory where
  969. # the mscgen tool resides. If left empty the tool is assumed to be found in the
  970. # default search path.
  971. MSCGEN_PATH =
  972. # If set to YES, the inheritance and collaboration graphs will hide
  973. # inheritance and usage relations if the target is undocumented
  974. # or is not a class.
  975. HIDE_UNDOC_RELATIONS = YES
  976. # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
  977. # available from the path. This tool is part of Graphviz, a graph visualization
  978. # toolkit from AT&T and Lucent Bell Labs. The other options in this section
  979. # have no effect if this option is set to NO (the default)
  980. HAVE_DOT = NO
  981. # By default doxygen will write a font called FreeSans.ttf to the output
  982. # directory and reference it in all dot files that doxygen generates. This
  983. # font does not include all possible unicode characters however, so when you need
  984. # these (or just want a differently looking font) you can specify the font name
  985. # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
  986. # which can be done by putting it in a standard location or by setting the
  987. # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
  988. # containing the font.
  989. DOT_FONTNAME = FreeSans
  990. # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
  991. # The default size is 10pt.
  992. DOT_FONTSIZE = 10
  993. # By default doxygen will tell dot to use the output directory to look for the
  994. # FreeSans.ttf font (which doxygen will put there itself). If you specify a
  995. # different font using DOT_FONTNAME you can set the path where dot
  996. # can find it using this tag.
  997. DOT_FONTPATH =
  998. # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
  999. # will generate a graph for each documented class showing the direct and
  1000. # indirect inheritance relations. Setting this tag to YES will force the
  1001. # the CLASS_DIAGRAMS tag to NO.
  1002. CLASS_GRAPH = YES
  1003. # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
  1004. # will generate a graph for each documented class showing the direct and
  1005. # indirect implementation dependencies (inheritance, containment, and
  1006. # class references variables) of the class with other documented classes.
  1007. COLLABORATION_GRAPH = NO
  1008. # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
  1009. # will generate a graph for groups, showing the direct groups dependencies
  1010. GROUP_GRAPHS = YES
  1011. # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
  1012. # collaboration diagrams in a style similar to the OMG's Unified Modeling
  1013. # Language.
  1014. UML_LOOK = NO
  1015. # If set to YES, the inheritance and collaboration graphs will show the
  1016. # relations between templates and their instances.
  1017. TEMPLATE_RELATIONS = NO
  1018. # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
  1019. # tags are set to YES then doxygen will generate a graph for each documented
  1020. # file showing the direct and indirect include dependencies of the file with
  1021. # other documented files.
  1022. INCLUDE_GRAPH = YES
  1023. # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
  1024. # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
  1025. # documented header file showing the documented files that directly or
  1026. # indirectly include this file.
  1027. INCLUDED_BY_GRAPH = YES
  1028. # If the CALL_GRAPH and HAVE_DOT options are set to YES then
  1029. # doxygen will generate a call dependency graph for every global function
  1030. # or class method. Note that enabling this option will significantly increase
  1031. # the time of a run. So in most cases it will be better to enable call graphs
  1032. # for selected functions only using the \callgraph command.
  1033. CALL_GRAPH = NO
  1034. # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
  1035. # doxygen will generate a caller dependency graph for every global function
  1036. # or class method. Note that enabling this option will significantly increase
  1037. # the time of a run. So in most cases it will be better to enable caller
  1038. # graphs for selected functions only using the \callergraph command.
  1039. CALLER_GRAPH = NO
  1040. # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
  1041. # will graphical hierarchy of all classes instead of a textual one.
  1042. GRAPHICAL_HIERARCHY = YES
  1043. # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
  1044. # then doxygen will show the dependencies a directory has on other directories
  1045. # in a graphical way. The dependency relations are determined by the #include
  1046. # relations between the files in the directories.
  1047. DIRECTORY_GRAPH = YES
  1048. # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
  1049. # generated by dot. Possible values are png, jpg, or gif
  1050. # If left blank png will be used.
  1051. DOT_IMAGE_FORMAT = png
  1052. # The tag DOT_PATH can be used to specify the path where the dot tool can be
  1053. # found. If left blank, it is assumed the dot tool can be found in the path.
  1054. DOT_PATH =
  1055. # The DOTFILE_DIRS tag can be used to specify one or more directories that
  1056. # contain dot files that are included in the documentation (see the
  1057. # \dotfile command).
  1058. DOTFILE_DIRS =
  1059. # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
  1060. # nodes that will be shown in the graph. If the number of nodes in a graph
  1061. # becomes larger than this value, doxygen will truncate the graph, which is
  1062. # visualized by representing a node as a red box. Note that doxygen if the
  1063. # number of direct children of the root node in a graph is already larger than
  1064. # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
  1065. # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
  1066. DOT_GRAPH_MAX_NODES = 50
  1067. # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
  1068. # graphs generated by dot. A depth value of 3 means that only nodes reachable
  1069. # from the root by following a path via at most 3 edges will be shown. Nodes
  1070. # that lay further from the root node will be omitted. Note that setting this
  1071. # option to 1 or 2 may greatly reduce the computation time needed for large
  1072. # code bases. Also note that the size of a graph can be further restricted by
  1073. # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
  1074. MAX_DOT_GRAPH_DEPTH = 0
  1075. # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
  1076. # background. This is disabled by default, because dot on Windows does not
  1077. # seem to support this out of the box. Warning: Depending on the platform used,
  1078. # enabling this option may lead to badly anti-aliased labels on the edges of
  1079. # a graph (i.e. they become hard to read).
  1080. DOT_TRANSPARENT = NO
  1081. # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
  1082. # files in one run (i.e. multiple -o and -T options on the command line). This
  1083. # makes dot run faster, but since only newer versions of dot (>1.8.10)
  1084. # support this, this feature is disabled by default.
  1085. DOT_MULTI_TARGETS = NO
  1086. # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
  1087. # generate a legend page explaining the meaning of the various boxes and
  1088. # arrows in the dot generated graphs.
  1089. GENERATE_LEGEND = YES
  1090. # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
  1091. # remove the intermediate dot files that are used to generate
  1092. # the various graphs.
  1093. DOT_CLEANUP = YES