From 2a6fa1702b2904157468522554dfc65fc87775c3 Mon Sep 17 00:00:00 2001
From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch>
Date: Mon, 13 Dec 2010 14:07:49 +0000
Subject: [PATCH] fix the format + some small extra addition

git-svn-id: http://root.cern.ch/svn/root/trunk@37565 27541ba8-7e3a-0410-8455-c3a389f83636
---
 math/doc/v528/index.html | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/math/doc/v528/index.html b/math/doc/v528/index.html
index 1b5c7e88d78..3ce80c0f918 100644
--- a/math/doc/v528/index.html
+++ b/math/doc/v528/index.html
@@ -19,7 +19,9 @@
   implementing this interface are not provided by MathCore but by
   other libraries and they can be instantiated using the plugin
   manager. Implementations based on Unuran and Foam exist.</li>
-  </ul>
+  <li>The tutorial <tt>math/multidimSampling.C</tt> is an example on
+  how to use this class</li>
+ </ul>
   </li>
   <br>
  <li><b>New class <tt>ROOT::Math::GoFTest</tt></b> for goodness of fit
@@ -69,6 +71,8 @@
          double pValueAD = goftest.AndersonDarlingTest();
    </pre>
     </li>
+   <li>The tutorial <tt>math/goftest.C</tt> is an example on
+  how to use the <tt>ROOT::Math::GofTest</tt> class</li>
     </ul>
     </li>
 
@@ -113,6 +117,8 @@
       Double_t* center = GetBinCenter(b);
    </pre>
     </li>
+      <li>The tutorial <tt>math/kdTreeBinning.C</tt> is an example on
+  how to use this class</li>
   </ul>
  </li>  
 
@@ -289,6 +295,10 @@
   <li>Fix a problem in re-defining fixed parameters as variable
   ones. Before it was not possible to release them.
   </li>
+  <li>Fix a problem in the number of function calls when running MnHesse
+  after minimizing. Now the number is incremented instead of being
+  reset. 
+ </li>
 </ul>
 
 <h4>Genetic</h4>
@@ -297,4 +307,4 @@
   algorithm used in TMVA (plugin name "Genetic"). See example programs in
   math/genetic/test.
   </li>
-
+</ul>
-- 
GitLab