From a79deafc6dd6508d208603f6424c1e9458e27974 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 26 Jan 2009 13:53:43 +0000 Subject: * mark Geometry as experimental * install QtAlignedMalloc * finish the renaming Regression->LeastSquares * install LeastSquares directory (!!!) * misc dox fixes --- doc/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Doxyfile.in') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index b30ffe0d8..873dd24bc 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -210,11 +210,11 @@ ALIASES = "only_for_vectors=This is only for vectors (either row- "qr_module=This is defined in the %QR module. \code #include \endcode" \ "svd_module=This is defined in the %SVD module. \code #include \endcode" \ "geometry_module=This is defined in the %Geometry module. \code #include \endcode" \ - "regression_module=This is defined in the %Regression module. \code #include \endcode" \ + "leastsquares_module=This is defined in the %LeastSquares module. \code #include \endcode" \ "addexample=\anchor" \ "label=\bug" \ "redstar=*" \ - "nonstableyet=\warning This class/function is not considered to be part of the stable public API yet. Changes may happen in future releases. See \ref Experimental \"Experimental parts of Eigen\"" + "nonstableyet=\warning This is not considered to be part of the stable public API yet. Changes may happen in future releases. See \ref Experimental \"Experimental parts of Eigen\"" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. -- cgit v1.2.3