From 9215c73eaf3621a2c2689e07fca9970ee1e5077e Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Mon, 17 Mar 2008 22:10:18 +0000 Subject: [PATCH] Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/Doxyfile_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/Doxyfile_all b/docs/doxygen/Doxyfile_all index 55d89e5810..384b7af416 100644 --- a/docs/doxygen/Doxyfile_all +++ b/docs/doxygen/Doxyfile_all @@ -22,5 +22,5 @@ GENERATE_MAN = NO GENERATE_XML = YES GENERATE_AUTOGEN_DEF = NO GENERATE_PERLMOD = YES -GENERATE_TAGFILE = NO +GENERATE_TAGFILE = -- 2.50.0