1
- # Doxyfile 1.8.13
1
+ # Doxyfile 1.8.14
2
2
3
3
# This file describes the settings to be used by the documentation system
4
4
# doxygen (www.doxygen.org) for a project.
20
20
# This tag specifies the encoding used for all characters in the config file
21
21
# that follow. The default is UTF-8 which is also the encoding used for all text
22
22
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
23
- # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
24
- # for the list of possible encodings.
23
+ # built into libc) for the transcoding. See
24
+ # https://www.gnu.org/software/libiconv/ for the list of possible encodings.
25
25
# The default value is: UTF-8.
26
26
27
27
DOXYFILE_ENCODING = UTF-8
@@ -38,7 +38,7 @@ PROJECT_NAME = wxPdfDocument
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.9.6
41
+ PROJECT_NUMBER = 0.9.7
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -337,7 +337,7 @@ BUILTIN_STL_SUPPORT = NO
337
337
CPP_CLI_SUPPORT = NO
338
338
339
339
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
340
- # http ://www.riverbankcomputing.co.uk /software/sip/intro) sources only. Doxygen
340
+ # https ://www.riverbankcomputing.com /software/sip/intro) sources only. Doxygen
341
341
# will parse them like normal C++ but will assume all classes use public instead
342
342
# of private inheritance when no explicit protection keyword is present.
343
343
# The default value is: NO.
@@ -708,7 +708,7 @@ LAYOUT_FILE =
708
708
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
709
709
# the reference definitions. This must be a list of .bib files. The .bib
710
710
# extension is automatically appended if omitted. This requires the bibtex tool
711
- # to be installed. See also http ://en.wikipedia.org/wiki/BibTeX for more info.
711
+ # to be installed. See also https ://en.wikipedia.org/wiki/BibTeX for more info.
712
712
# For LaTeX the style of the bibliography can be controlled using
713
713
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
714
714
# search path. See also \cite for info how to create references.
@@ -795,7 +795,7 @@ INPUT = ../include
795
795
# This tag can be used to specify the character encoding of the source files
796
796
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
797
797
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
798
- # documentation (see: http ://www.gnu.org/software/libiconv) for the list of
798
+ # documentation (see: https ://www.gnu.org/software/libiconv/ ) for the list of
799
799
# possible encodings.
800
800
# The default value is: UTF-8.
801
801
@@ -1017,7 +1017,7 @@ SOURCE_TOOLTIPS = YES
1017
1017
# If the USE_HTAGS tag is set to YES then the references to source code will
1018
1018
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
1019
1019
# source browser. The htags tool is part of GNU's global source tagging system
1020
- # (see http ://www.gnu.org/software/global/global.html). You will need version
1020
+ # (see https ://www.gnu.org/software/global/global.html). You will need version
1021
1021
# 4.8.6 or higher.
1022
1022
#
1023
1023
# To use it do the following:
@@ -1063,6 +1063,17 @@ CLANG_ASSISTED_PARSING = NO
1063
1063
1064
1064
CLANG_OPTIONS =
1065
1065
1066
+ # If clang assisted parsing is enabled you can provide the clang parser with the
1067
+ # path to the compilation database (see:
1068
+ # http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files
1069
+ # were built. This is equivalent to specifying the "-p" option to a clang tool,
1070
+ # such as clang-check. These options will then be pased to the parser.
1071
+ # Note: The availability of this option depends on whether or not doxygen was
1072
+ # generated with the -Duse-libclang=ON option for CMake.
1073
+ # The default value is: 0.
1074
+
1075
+ CLANG_COMPILATION_DATABASE_PATH= 0
1076
+
1066
1077
#---------------------------------------------------------------------------
1067
1078
# Configuration options related to the alphabetical class index
1068
1079
#---------------------------------------------------------------------------
@@ -1181,7 +1192,7 @@ HTML_EXTRA_FILES =
1181
1192
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1182
1193
# will adjust the colors in the style sheet and background images according to
1183
1194
# this color. Hue is specified as an angle on a colorwheel, see
1184
- # http ://en.wikipedia.org/wiki/Hue for more information. For instance the value
1195
+ # https ://en.wikipedia.org/wiki/Hue for more information. For instance the value
1185
1196
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1186
1197
# purple, and 360 is red again.
1187
1198
# Minimum value: 0, maximum value: 359, default value: 220.
@@ -1217,6 +1228,17 @@ HTML_COLORSTYLE_GAMMA = 80
1217
1228
1218
1229
HTML_TIMESTAMP = YES
1219
1230
1231
+ # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1232
+ # documentation will contain a main index with vertical navigation menus that
1233
+ # are dynamically created via Javascript. If disabled, the navigation index will
1234
+ # consists of multiple levels of tabs that are statically embedded in every HTML
1235
+ # page. Disable this option to support browsers that do not have Javascript,
1236
+ # like the Qt help browser.
1237
+ # The default value is: YES.
1238
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1239
+
1240
+ HTML_DYNAMIC_MENUS = YES
1241
+
1220
1242
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1221
1243
# documentation will contain sections that can be hidden and shown after the
1222
1244
# page has loaded.
@@ -1240,12 +1262,12 @@ HTML_INDEX_NUM_ENTRIES = 100
1240
1262
1241
1263
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
1242
1264
# generated that can be used as input for Apple's Xcode 3 integrated development
1243
- # environment (see: http ://developer.apple.com/tools/xcode/), introduced with
1265
+ # environment (see: https ://developer.apple.com/tools/xcode/), introduced with
1244
1266
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1245
1267
# Makefile in the HTML output directory. Running make will produce the docset in
1246
1268
# that directory and running make install will install the docset in
1247
1269
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
1248
- # startup. See http ://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1270
+ # startup. See https ://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1249
1271
# for more information.
1250
1272
# The default value is: NO.
1251
1273
# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1361,40 +1383,37 @@ QCH_FILE =
1361
1383
1362
1384
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1363
1385
# Project output. For more information please see Qt Help Project / Namespace
1364
- # (see: http://qt-project.org/doc /qt-4.8/qthelpproject.html#namespace).
1386
+ # (see: http://doc.qt.io /qt-4.8/qthelpproject.html#namespace).
1365
1387
# The default value is: org.doxygen.Project.
1366
1388
# This tag requires that the tag GENERATE_QHP is set to YES.
1367
1389
1368
1390
QHP_NAMESPACE = org.doxygen.Project
1369
1391
1370
1392
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
1371
1393
# Help Project output. For more information please see Qt Help Project / Virtual
1372
- # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1373
- # folders).
1394
+ # Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
1374
1395
# The default value is: doc.
1375
1396
# This tag requires that the tag GENERATE_QHP is set to YES.
1376
1397
1377
1398
QHP_VIRTUAL_FOLDER = doc
1378
1399
1379
1400
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1380
1401
# filter to add. For more information please see Qt Help Project / Custom
1381
- # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1382
- # filters).
1402
+ # Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
1383
1403
# This tag requires that the tag GENERATE_QHP is set to YES.
1384
1404
1385
1405
QHP_CUST_FILTER_NAME =
1386
1406
1387
1407
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1388
1408
# custom filter to add. For more information please see Qt Help Project / Custom
1389
- # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1390
- # filters).
1409
+ # Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
1391
1410
# This tag requires that the tag GENERATE_QHP is set to YES.
1392
1411
1393
1412
QHP_CUST_FILTER_ATTRS =
1394
1413
1395
1414
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1396
1415
# project's filter section matches. Qt Help Project / Filter Attributes (see:
1397
- # http://qt-project.org/doc /qt-4.8/qthelpproject.html#filter-attributes).
1416
+ # http://doc.qt.io /qt-4.8/qthelpproject.html#filter-attributes).
1398
1417
# This tag requires that the tag GENERATE_QHP is set to YES.
1399
1418
1400
1419
QHP_SECT_FILTER_ATTRS =
@@ -1487,7 +1506,7 @@ EXT_LINKS_IN_WINDOW = NO
1487
1506
1488
1507
FORMULA_FONTSIZE = 10
1489
1508
1490
- # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1509
+ # Use the FORMULA_TRANSPARENT tag to determine whether or not the images
1491
1510
# generated for formulas are transparent PNGs. Transparent PNGs are not
1492
1511
# supported properly for IE 6.0, but are supported on all modern browsers.
1493
1512
#
@@ -1499,7 +1518,7 @@ FORMULA_FONTSIZE = 10
1499
1518
FORMULA_TRANSPARENT = YES
1500
1519
1501
1520
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1502
- # http ://www.mathjax.org) which uses client side Javascript for the rendering
1521
+ # https ://www.mathjax.org) which uses client side Javascript for the rendering
1503
1522
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1504
1523
# installed or if you want to formulas look prettier in the HTML output. When
1505
1524
# enabled you may also need to install MathJax separately and configure the path
@@ -1526,7 +1545,7 @@ MATHJAX_FORMAT = HTML-CSS
1526
1545
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1527
1546
# Content Delivery Network so you can quickly see the result without installing
1528
1547
# MathJax. However, it is strongly recommended to install a local copy of
1529
- # MathJax from http ://www.mathjax.org before deployment.
1548
+ # MathJax from https ://www.mathjax.org before deployment.
1530
1549
# The default value is: http://cdn.mathjax.org/mathjax/latest.
1531
1550
# This tag requires that the tag USE_MATHJAX is set to YES.
1532
1551
@@ -1588,7 +1607,7 @@ SERVER_BASED_SEARCH = NO
1588
1607
#
1589
1608
# Doxygen ships with an example indexer (doxyindexer) and search engine
1590
1609
# (doxysearch.cgi) which are based on the open source search engine library
1591
- # Xapian (see: http ://xapian.org/).
1610
+ # Xapian (see: https ://xapian.org/).
1592
1611
#
1593
1612
# See the section "External Indexing and Searching" for details.
1594
1613
# The default value is: NO.
@@ -1601,7 +1620,7 @@ EXTERNAL_SEARCH = NO
1601
1620
#
1602
1621
# Doxygen ships with an example indexer (doxyindexer) and search engine
1603
1622
# (doxysearch.cgi) which are based on the open source search engine library
1604
- # Xapian (see: http ://xapian.org/). See the section "External Indexing and
1623
+ # Xapian (see: https ://xapian.org/). See the section "External Indexing and
1605
1624
# Searching" for details.
1606
1625
# This tag requires that the tag SEARCHENGINE is set to YES.
1607
1626
@@ -1788,7 +1807,7 @@ LATEX_SOURCE_CODE = NO
1788
1807
1789
1808
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1790
1809
# bibliography, e.g. plainnat, or ieeetr. See
1791
- # http ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1810
+ # https ://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1792
1811
# The default value is: plain.
1793
1812
# This tag requires that the tag GENERATE_LATEX is set to YES.
1794
1813
@@ -1971,9 +1990,9 @@ DOCBOOK_PROGRAMLISTING = NO
1971
1990
#---------------------------------------------------------------------------
1972
1991
1973
1992
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1974
- # AutoGen Definitions (see http://autogen.sf .net) file that captures the
1975
- # structure of the code including all documentation. Note that this feature is
1976
- # still experimental and incomplete at the moment.
1993
+ # AutoGen Definitions (see http://autogen.sourceforge .net/ ) file that captures
1994
+ # the structure of the code including all documentation. Note that this feature
1995
+ # is still experimental and incomplete at the moment.
1977
1996
# The default value is: NO.
1978
1997
1979
1998
GENERATE_AUTOGEN_DEF = NO
0 commit comments