@@ -1057,7 +1057,7 @@ HTML_FILE_EXTENSION = .html
1057
1057
# of the possible markers and block names see the documentation.
1058
1058
# This tag requires that the tag GENERATE_HTML is set to YES.
1059
1059
1060
- HTML_HEADER =
1060
+ HTML_HEADER = @abs_top_builddir@/docs/header.html
1061
1061
1062
1062
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1063
1063
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1090,7 +1090,8 @@ HTML_STYLESHEET =
1090
1090
# see the documentation.
1091
1091
# This tag requires that the tag GENERATE_HTML is set to YES.
1092
1092
1093
- HTML_EXTRA_STYLESHEET =
1093
+ HTML_EXTRA_STYLESHEET = @abs_top_srcdir@/docs/doxygen-awesome-css/doxygen-awesome.css
1094
+ HTML_COLORSTYLE = LIGHT
1094
1095
1095
1096
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1096
1097
# other source files which should be copied to the HTML output directory. Note
@@ -1993,13 +1994,13 @@ SKIP_FUNCTION_MACROS = YES
1993
1994
# the path). If a tag file is not located in the directory in which doxygen is
1994
1995
# run, you must also specify the path to the tagfile here.
1995
1996
1996
- TAGFILES =
1997
+ TAGFILES = https://docs.unidata.ucar.edu/netcdf-c/current/netcdf-c.tag
1997
1998
1998
1999
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1999
2000
# tag file that is based on the input files it reads. See section "Linking to
2000
2001
# external documentation" for more information about the usage of tag files.
2001
2002
2002
- GENERATE_TAGFILE =
2003
+ GENERATE_TAGFILE = html/netcdf-fortran.tag
2003
2004
2004
2005
# If the ALLEXTERNALS tag is set to YES all external class will be listed in the
2005
2006
# class index. If set to NO only the inherited external classes will be listed.
0 commit comments