From 806460929c972b7d088ca1ea968ebef4833d4593 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 6 Feb 2020 16:26:33 -0700 Subject: [PATCH] Moved tag files into the subsequent html directory. --- NUG/Doxyfile | 4 ++-- docs/Doxyfile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NUG/Doxyfile b/NUG/Doxyfile index a1adadc49..ac75da378 100644 --- a/NUG/Doxyfile +++ b/NUG/Doxyfile @@ -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 diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 3bb72d8fe..e5cffef45 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -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.