From b6f0e69e72e0bb23dcf31852dc41862f397e649e Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Tue, 29 Aug 2006 21:50:49 +0000 Subject: [PATCH] ICU-5221 fix tag file generation X-SVN-Rev: 20185 --- icu4c/source/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/Doxyfile.in b/icu4c/source/Doxyfile.in index e2b50555008..170020921cc 100644 --- a/icu4c/source/Doxyfile.in +++ b/icu4c/source/Doxyfile.in @@ -160,7 +160,7 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- -GENERATE_XML = NO +GENERATE_XML = NO XML_OUTPUT = xml XML_SCHEMA = XML_DTD = @@ -192,7 +192,7 @@ SKIP_FUNCTION_MACROS = YES # Configuration::additions related to external references #--------------------------------------------------------------------------- TAGFILES = -GENERATE_TAGFILE = YES +GENERATE_TAGFILE = "@srcdir@/doc/html/icudocs.tag" ALLEXTERNALS = NO EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl