From 07cfe611019bb2e0dd2471781a9a92d93468b167 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sat, 25 Jun 2016 01:27:06 +0200 Subject: [PATCH] Missing changes from documentation fixes --- hist/hist/src/TH1.cxx | 2 +- hist/hist/src/TH2.cxx | 4 +-- hist/hist/src/TH3.cxx | 4 +-- hist/hist/v7/src/THistDrawable.cxx | 2 +- hist/histpainter/v7/src/THistPainter.cxx | 2 +- io/io/inc/TCollectionProxyFactory.h | 2 +- man/man1/g2rootold.1 | 2 +- math/doc/Math.md | 2 +- math/minuit2/doc/index.txt | 2 +- math/smatrix/doc/SMatrixClass.html | 2 +- misc/table/src/TCernLib.cxx | 31 ++++++++++++------------ roofit/roostats/src/HybridResult.cxx | 2 +- 12 files changed, 28 insertions(+), 29 deletions(-) diff --git a/hist/hist/src/TH1.cxx b/hist/hist/src/TH1.cxx index be7671c47beea..46e63365adb70 100644 --- a/hist/hist/src/TH1.cxx +++ b/hist/hist/src/TH1.cxx @@ -54,7 +54,7 @@ \class TH1S \brief tomato 1-D histogram with a short per channel (see TH1 documentation) \class TH1I -\brief tomato 1-D histogram with a int per channel (see TH1 documentation)} +\brief tomato 1-D histogram with an int per channel (see TH1 documentation)} \class TH1F \brief tomato 1-D histogram with a float per channel (see TH1 documentation)} \class TH1D diff --git a/hist/hist/src/TH2.cxx b/hist/hist/src/TH2.cxx index 16531dbadb9ab..32704150ba505 100644 --- a/hist/hist/src/TH2.cxx +++ b/hist/hist/src/TH2.cxx @@ -31,11 +31,11 @@ ClassImp(TH2) /** \addtogroup Hist @{ \class TH2C -\brief tomato 2-D histogram with a bype per channel (see TH1 documentation) +\brief tomato 2-D histogram with a byte per channel (see TH1 documentation) \class TH2S \brief tomato 2-D histogram with a short per channel (see TH1 documentation) \class TH2I -\brief tomato 2-D histogram with a int per channel (see TH1 documentation)} +\brief tomato 2-D histogram with an int per channel (see TH1 documentation)} \class TH2F \brief tomato 2-D histogram with a float per channel (see TH1 documentation)} \class TH2D diff --git a/hist/hist/src/TH3.cxx b/hist/hist/src/TH3.cxx index 947d5156cce62..5da9f1077ec7a 100644 --- a/hist/hist/src/TH3.cxx +++ b/hist/hist/src/TH3.cxx @@ -29,11 +29,11 @@ ClassImp(TH3) /** \addtogroup Hist @{ \class TH3C -\brief tomato 3-D histogram with a bype per channel (see TH1 documentation) +\brief tomato 3-D histogram with a byte per channel (see TH1 documentation) \class TH3S \brief tomato 3-D histogram with a short per channel (see TH1 documentation) \class TH3I -\brief tomato 3-D histogram with a int per channel (see TH1 documentation)} +\brief tomato 3-D histogram with an int per channel (see TH1 documentation)} \class TH3F \brief tomato 3-D histogram with a float per channel (see TH1 documentation)} \class TH3D diff --git a/hist/hist/v7/src/THistDrawable.cxx b/hist/hist/v7/src/THistDrawable.cxx index 5ec0fd4695e68..1dee3e27d9cd5 100644 --- a/hist/hist/v7/src/THistDrawable.cxx +++ b/hist/hist/v7/src/THistDrawable.cxx @@ -1,4 +1,4 @@ -/// \file ROOT/THistDrawable.cxx +/// \file THistDrawable.cxx /// \ingroup Hist ROOT7 /// \author Axel Naumann /// \date 2015-09-11 diff --git a/hist/histpainter/v7/src/THistPainter.cxx b/hist/histpainter/v7/src/THistPainter.cxx index 7aa644e1c8125..5595bb75831b9 100644 --- a/hist/histpainter/v7/src/THistPainter.cxx +++ b/hist/histpainter/v7/src/THistPainter.cxx @@ -1,4 +1,4 @@ -/// \file ROOT/THistPainter.cxx +/// \file THistPainter.cxx /// \ingroup HistPainter ROOT7 /// \author Axel Naumann /// \date 2015-07-09 diff --git a/io/io/inc/TCollectionProxyFactory.h b/io/io/inc/TCollectionProxyFactory.h index 22fcde69d8c67..c1f4c9d5b76dc 100644 --- a/io/io/inc/TCollectionProxyFactory.h +++ b/io/io/inc/TCollectionProxyFactory.h @@ -160,7 +160,7 @@ class TCollectionStreamer { }; /** - \class TCollectionClassStreamer TCollectionProxy.h + \class TCollectionClassStreamer TCollectionProxyFactory.h \ingroup IO Class streamer object to implement TClassStreamer functionality diff --git a/man/man1/g2rootold.1 b/man/man1/g2rootold.1 index 45b038f83d90b..e7c4d79ba3d7e 100644 --- a/man/man1/g2rootold.1 +++ b/man/man1/g2rootold.1 @@ -7,7 +7,7 @@ .SH NAME g2rootold \- convert GEANT geometry files to ROOT files .SH SYNOPSIS -.B g2rootoldd +.B g2rootold .I [-f map_name] geant_name macro_name .SH "DESCRIPTION" You can convert a diff --git a/math/doc/Math.md b/math/doc/Math.md index 7e79c6bd24639..84f0216c823ad 100644 --- a/math/doc/Math.md +++ b/math/doc/Math.md @@ -39,7 +39,7 @@ The %ROOT Mathematical libraries consist of the following components: - **Physics Vectors**: Classes for describing vectors in 2, 3 and 4 dimensions (relativistic vectors) and their rotation and transformation algorithms. Two package exist in %ROOT: - Physics: library with the TVector3 and TLorentzVector classes. - - GenVector: new library providing generic class templates for modeling the vectors. See the \ref "GenVector" page. + - GenVector: new library providing generic class templates for modeling the vectors. See the \ref Vector "GenVector" page. - \ref Unuran "UNURAN": Package with universal algorithms for generating non-uniform pseudo-random numbers, from a large classes of continuous or discrete distributions in one or multi-dimensions. diff --git a/math/minuit2/doc/index.txt b/math/minuit2/doc/index.txt index e02a41224b94a..1bf600bdf626a 100644 --- a/math/minuit2/doc/index.txt +++ b/math/minuit2/doc/index.txt @@ -13,7 +13,7 @@ ROOT::Math::Minimizer from html); +F. James, Fortran MINUIT Reference Manual (html);
  • F. James and M. Winkler, C++ MINUIT User's Guide (pdf);
  • diff --git a/math/smatrix/doc/SMatrixClass.html b/math/smatrix/doc/SMatrixClass.html index cacc292364012..de5656521043a 100644 --- a/math/smatrix/doc/SMatrixClass.html +++ b/math/smatrix/doc/SMatrixClass.html @@ -163,7 +163,7 @@

    Accessing and Setting Methods

    Linear Algebra Functions

    Only limited linear algebra functionality is available for SMatrix. It is possible for squared matrices NxN, to find the inverse or to calculate the determinant. Different inversion algorithms are used if the matrix is smaller than 6x6 or if it is symmetric. -In the case of a small matrix, a faster direct inversion is used. For a large (N > 6) symmetric matrix the Bunch-Kaufman diagonal pivoting method is used while for a large (N > 6) general matrix an LU factorization is performed using the same algorithm as in the CERNLIB routine dinv. +In the case of a small matrix, a faster direct inversion is used. For a large (N > 6) symmetric matrix the Bunch-Kaufman diagonal pivoting method is used while for a large (N > 6) general matrix an LU factorization is performed using the same algorithm as in the CERNLIB routine dinv.
     //  Invert a NxN matrix. The inverted matrix replace the existing one and returns if the result is successful
     bool ret = m.Invert()
    diff --git a/misc/table/src/TCernLib.cxx b/misc/table/src/TCernLib.cxx
    index 6feb02a9234bf..9ca48d01ff8d0 100644
    --- a/misc/table/src/TCernLib.cxx
    +++ b/misc/table/src/TCernLib.cxx
    @@ -343,8 +343,9 @@ double *TCL::traat(const double *a, double *s, int m, int n)
     /// CERN PROGLIB# F112    TRAL            .VERSION KERNFOR  4.15  861204
     /// ORIG. 18/12/74 WH
     /// tral.F -- translated by f2c (version 19970219).
    +///
     /// See original documentation of CERNLIB package
    -/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)