@@ -44,14 +44,14 @@ PROJECT_NUMBER =
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "Block-Structured AMR Software Framework"
47
+ PROJECT_BRIEF = "Block-Structured AMR Software Framework"
48
48
49
49
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50
50
# in the documentation. The maximum height of the logo should not exceed 55
51
51
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52
52
# the logo to the output directory.
53
53
54
- PROJECT_LOGO = "./resize_AMReX_logo.png"
54
+ PROJECT_LOGO = "./resize_AMReX_logo.png"
55
55
56
56
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57
57
# into which the generated documentation will be written. If a relative path is
@@ -328,7 +328,7 @@ AUTOLINK_SUPPORT = YES
328
328
# diagrams that involve STL classes more complete and accurate.
329
329
# The default value is: NO.
330
330
331
- BUILTIN_STL_SUPPORT = NO
331
+ BUILTIN_STL_SUPPORT = YES
332
332
333
333
# If you use Microsoft's C++/CLI language, you should set this option to YES to
334
334
# enable parsing support.
@@ -2099,7 +2099,7 @@ TAGFILES =
2099
2099
# tag file that is based on the input files it reads. See section "Linking to
2100
2100
# external documentation" for more information about the usage of tag files.
2101
2101
2102
- GENERATE_TAGFILE =
2102
+ GENERATE_TAGFILE = amrex-doxygen-web.tag.xml
2103
2103
2104
2104
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2105
2105
# the class index. If set to NO, only the inherited external classes will be
0 commit comments