From ccee2ef1db158ef8855303825e42dcbbaa5c6b92 Mon Sep 17 00:00:00 2001
From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch>
Date: Thu, 6 Jul 2006 08:55:17 +0000
Subject: [PATCH] update doc and doxygen config file

git-svn-id: http://root.cern.ch/svn/root/trunk@15718 27541ba8-7e3a-0410-8455-c3a389f83636
---
 minuit2/doc/Doxyfile.in | 3 ++-
 minuit2/doc/main.html   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/minuit2/doc/Doxyfile.in b/minuit2/doc/Doxyfile.in
index e843d585a47..253d8bd7a42 100644
--- a/minuit2/doc/Doxyfile.in
+++ b/minuit2/doc/Doxyfile.in
@@ -384,7 +384,8 @@ RECURSIVE              = YES
 
 EXCLUDE                = @top_srcdir@/cmt \
                          @top_srcdir@/config \
-			 @top_srcdir@/tests
+                         @top_srcdir@/build \
+			 @top_srcdir@/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
diff --git a/minuit2/doc/main.html b/minuit2/doc/main.html
index bfe16e9c649..37f7ece666c 100644
--- a/minuit2/doc/main.html
+++ b/minuit2/doc/main.html
@@ -22,7 +22,7 @@ In addition, the %ROOT distribution contains classes needed to integrate Minuit2
 <p>
 The current version of Minuit2 can be downloaded from <A HREF="../Minuit2.tar.gz">here</A> and does not contain the %ROOT interface. It is therefore totally independent of external packages and can be simply build using the <em>configure</em> script and then <em>make</em>. Example tests are provided in the directory <em>test/MnSim</em> and <em>test/MnTutorial</em> and they can be built with the <em>make check</em> command. 
 <br>
-The <a  href="http://www.cern.ch/seal/documents/minuit/mnuserguide.pdf">User Guide</a> provides all the information needed for using directly (without add-on packages like %ROOT) the C++ version of MINUIT.  
+The <a  href="http://www.cern.ch/seal/documents/minuit/mnusersguide.pdf">User Guide</a> provides all the information needed for using directly (without add-on packages like %ROOT) the C++ version of MINUIT.  
 
  
 <h2>References</h2>
-- 
GitLab