Moved tag files into the subsequent html directory.

This commit is contained in:
Ward Fisher 2020-02-06 16:26:33 -07:00
parent 2e63392423
commit 806460929c
2 changed files with 4 additions and 4 deletions

View File

@ -2125,13 +2125,13 @@ SKIP_FUNCTION_MACROS = YES
# run, you must also specify the path to the tagfile here.
#TAGFILES = ../../netcdf-c/netcdf-c.tag=../../../netcdf-c/html
TAGFILES = ../netcdf-c.tag=../../build-doc/docs/html
TAGFILES = ../build-doc/docs/html/netcdf-c.tag=../../build-doc/docs/html
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE = ../nug.tag
GENERATE_TAGFILE = html/nug.tag
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be

View File

@ -2057,13 +2057,13 @@ SKIP_FUNCTION_MACROS = YES
# run, you must also specify the path to the tagfile here.
# TAGFILES = html/guide.tag=./html_guide "html/tutorial.tag = ./html_tutorial"
TAGFILES = ../../nug.tag=../../../NUG/html
TAGFILES = ../../NUG/html/nug.tag=../../../NUG/html
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE = ../../netcdf-c.tag
GENERATE_TAGFILE = html/netcdf-c.tag
# If the ALLEXTERNALS tag is set to YES all external class will be listed in the
# class index. If set to NO only the inherited external classes will be listed.