1
- # Doxyfile 1.9.8
1
+ @TAGDIR@ # Doxyfile 1.9.8
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.
@@ -48,7 +48,7 @@ PROJECT_NAME = "Coriolis Core (CRL)"
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = 3.0
51
+ PROJECT_NUMBER = @VERSION@
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
@@ -68,7 +68,7 @@ PROJECT_LOGO =
68
68
# entered, it will be relative to the location where doxygen was started. If
69
69
# left blank the current directory will be used.
70
70
71
- OUTPUT_DIRECTORY = .
71
+ OUTPUT_DIRECTORY = @DOCBUILDDIR@
72
72
73
73
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
74
74
# sub-directories (in 2 levels) under the output directory of each output format
@@ -274,10 +274,10 @@ TAB_SIZE = 2
274
274
# @} or use a double escape (\\{ and \\})
275
275
276
276
ALIASES = "function=\fn" \
277
- "important=\par Important:\n " \
278
- "caution=\par Caution:\n " \
279
- "remark=\par Remark:\n " \
280
- "sample=\par Sample:\n " \
277
+ "important=\par Important:^^ " \
278
+ "caution=\par Caution:^^ " \
279
+ "remark=\par Remark:^^ " \
280
+ "sample=\par Sample:^^ " \
281
281
"Return=<b>Returns:</b>" \
282
282
"unsigned=\c unsigned" \
283
283
"POD=\c POD" \
@@ -964,30 +964,30 @@ WARN_LOGFILE =
964
964
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
965
965
# Note: If this tag is empty the current directory is searched.
966
966
967
- INPUT = ../.. /src/ccore/crlcore/Environment .h \
968
- Environment.dox \
969
- ../.. /src/ccore/crlcore/Banner .h \
970
- Banner.dox \
971
- ../.. /src/ccore/crlcore/Catalog.h \
972
- Catalog.dox \
973
- ../.. /src/ccore/crlcore/SearchPath .h \
974
- SearchPath.dox \
975
- ../.. /src/ccore/crlcore/AllianceLibrary .h \
976
- AllianceLibrary.dox \
977
- ../.. /src/ccore/crlcore/RoutingLayerGauge .h \
978
- RoutingLayerGauge.dox \
979
- ../../src/ccore/crlcore/RoutingGauge.h \
980
- RoutingGauge .dox \
981
- ../../src/ccore/crlcore/AllianceFramework.h \
982
- AllianceFramework .dox \
983
- ../../src/ccore/crlcore/AcmSigda.h \
984
- AcmSigda .dox \
985
- ToolEngine .dox \
986
- ../../src/ccore/crlcore/ToolEngine.h \
987
- ../../src/ccore/crlcore/ToolEngines.h \
988
- GraphicTool .dox \
989
- ../../src/ccore/crlcore/GraphicToolEngine.h \
990
- CRL .dox
967
+ INPUT = @TOP_SRCDIR@/crlcore /src/ccore/crlcore/AcmSigda .h \
968
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/AllianceFramework.h \
969
+ @TOP_SRCDIR@/crlcore /src/ccore/crlcore/AllianceLibrary .h \
970
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/ Banner.h \
971
+ @TOP_SRCDIR@/crlcore /src/ccore/crlcore/Catalog.h \
972
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/Environment.h \
973
+ @TOP_SRCDIR@/crlcore /src/ccore/crlcore/GraphicToolEngine .h \
974
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/RoutingGauge.h \
975
+ @TOP_SRCDIR@/crlcore /src/ccore/crlcore/RoutingLayerGauge .h \
976
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/SearchPath.h \
977
+ @TOP_SRCDIR@/crlcore /src/ccore/crlcore/ToolEngine .h \
978
+ @TOP_SRCDIR@/crlcore/src/ccore/crlcore/ToolEngines.h \
979
+ @DOCDIR@/AcmSigda.dox \
980
+ @DOCDIR@/AllianceFramework .dox \
981
+ @DOCDIR@/AllianceLibrary.dox \
982
+ @DOCDIR@/Banner .dox \
983
+ @DOCDIR@/CRL.dox \
984
+ @DOCDIR@/Catalog .dox \
985
+ @DOCDIR@/Environment .dox \
986
+ @DOCDIR@/GraphicTool.dox \
987
+ @DOCDIR@/RoutingGauge.dox \
988
+ @DOCDIR@/RoutingLayerGauge .dox \
989
+ @DOCDIR@/SearchPath.dox \
990
+ @DOCDIR@/ToolEngine .dox
991
991
992
992
# This tag can be used to specify the character encoding of the source files
993
993
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1094,7 +1094,7 @@ EXAMPLE_RECURSIVE = NO
1094
1094
# that contain images that are to be included in the documentation (see the
1095
1095
# \image command).
1096
1096
1097
- IMAGE_PATH = images
1097
+ IMAGE_PATH = @DOCDIR@/ images
1098
1098
1099
1099
# The INPUT_FILTER tag can be used to specify a program that doxygen should
1100
1100
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -1287,7 +1287,7 @@ GENERATE_HTML = YES
1287
1287
# The default directory is: html.
1288
1288
# This tag requires that the tag GENERATE_HTML is set to YES.
1289
1289
1290
- HTML_OUTPUT = html
1290
+ HTML_OUTPUT = crlcore
1291
1291
1292
1292
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1293
1293
# generated HTML page (for example: .htm, .php, .asp).
@@ -1314,7 +1314,7 @@ HTML_FILE_EXTENSION = .html
1314
1314
# of the possible markers and block names see the documentation.
1315
1315
# This tag requires that the tag GENERATE_HTML is set to YES.
1316
1316
1317
- HTML_HEADER = header.html
1317
+ HTML_HEADER = @DOCDIR@/ header.html
1318
1318
1319
1319
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1320
1320
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1324,7 +1324,7 @@ HTML_HEADER = header.html
1324
1324
# that doxygen normally uses.
1325
1325
# This tag requires that the tag GENERATE_HTML is set to YES.
1326
1326
1327
- HTML_FOOTER = footer.html
1327
+ HTML_FOOTER = @DOCDIR@/ footer.html
1328
1328
1329
1329
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1330
1330
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1336,7 +1336,7 @@ HTML_FOOTER = footer.html
1336
1336
# obsolete.
1337
1337
# This tag requires that the tag GENERATE_HTML is set to YES.
1338
1338
1339
- HTML_STYLESHEET = SoC.css
1339
+ HTML_STYLESHEET = @DOCDIR@/ SoC.css
1340
1340
1341
1341
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1342
1342
# cascading style sheets that are included after the standard style sheets
@@ -1925,7 +1925,7 @@ EXTRA_SEARCH_MAPPINGS =
1925
1925
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1926
1926
# The default value is: YES.
1927
1927
1928
- GENERATE_LATEX = YES
1928
+ GENERATE_LATEX = NO
1929
1929
1930
1930
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1931
1931
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -1982,7 +1982,7 @@ COMPACT_LATEX = NO
1982
1982
# The default value is: a4.
1983
1983
# This tag requires that the tag GENERATE_LATEX is set to YES.
1984
1984
1985
- PAPER_TYPE = a4wide
1985
+ PAPER_TYPE = a4
1986
1986
1987
1987
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1988
1988
# that should be included in the LaTeX output. The package can be specified just
@@ -2011,7 +2011,7 @@ EXTRA_PACKAGES =
2011
2011
# description of the possible markers and block names see the documentation.
2012
2012
# This tag requires that the tag GENERATE_LATEX is set to YES.
2013
2013
2014
- LATEX_HEADER = header.tex
2014
+ LATEX_HEADER = @DOCDIR@/ header.tex
2015
2015
2016
2016
# The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2017
2017
# the generated LaTeX document. The footer should contain everything after the
@@ -2425,15 +2425,15 @@ SKIP_FUNCTION_MACROS = YES
2425
2425
# the path). If a tag file is not located in the directory in which doxygen is
2426
2426
# run, you must also specify the path to the tagfile here.
2427
2427
2428
- TAGFILES = "../../../hurricane/doc/hurricane/html /hurricane.tag=../hurricane" \
2429
- "../../../hurricane/doc/viewer/html /viewer.tag=../viewer" \
2430
- "../../../unicorn/doc/unicorn/html /unicorn.tag=../unicorn"
2428
+ TAGFILES = "@TAGDIR@ /hurricane.tag=../hurricane" \
2429
+ "@TAGDIR@ /viewer.tag=../viewer" \
2430
+ "@TAGDIR@ /unicorn.tag=../unicorn"
2431
2431
2432
2432
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2433
2433
# tag file that is based on the input files it reads. See section "Linking to
2434
2434
# external documentation" for more information about the usage of tag files.
2435
2435
2436
- GENERATE_TAGFILE = html /crlcore.tag
2436
+ GENERATE_TAGFILE = "@TAGDIR@ /crlcore.tag"
2437
2437
2438
2438
# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
2439
2439
# will be listed in the class and namespace index. If set to NO, only the
0 commit comments