From 670de11dca8093f7d83aeef983452286fd01c94b Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 26 Jan 2009 13:55:58 +0000 Subject: [PATCH] forgot to backport an update to Mainpage.dox --- Mainpage.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mainpage.dox b/Mainpage.dox index ccab8018f..4047c88fd 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -18,7 +18,7 @@ // DOXYGEN_SET_MULTILINE_CPP_IS_BRIEF = NO // DOXYGEN_SET_DETAILS_AT_TOP = YES // DOXYGEN_SET_INHERIT_DOCS = YES -// DOXYGEN_SET_ALIASES = "only_for_vectors=This is only for vectors (either row-vectors or column-vectors), i.e. matrices which are known at compile-time to have either one row or one column." "array_module=This is defined in the %Array module. \code #include \endcode" "lu_module=This is defined in the %LU module. \code #include \endcode" "cholesky_module=This is defined in the %Cholesky module. \code #include \endcode" "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" "addexample=\anchor" "label=\bug" "redstar=*" "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\"" +// DOXYGEN_SET_ALIASES = "only_for_vectors=This is only for vectors (either row-vectors or column-vectors), i.e. matrices which are known at compile-time to have either one row or one column." "array_module=This is defined in the %Array module. \code #include \endcode" "lu_module=This is defined in the %LU module. \code #include \endcode" "cholesky_module=This is defined in the %Cholesky module. \code #include \endcode" "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" "leastsquares_module=This is defined in the %LeastSquares module. \code #include \endcode" "addexample=\anchor" "label=\bug" "redstar=*" "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\"" // DOXYGEN_SET_DISTRIBUTE_GROUP_DOC = NO // DOXYGEN_SET_SUBGROUPING = YES // DOXYGEN_SET_TYPEDEF_HIDES_STRUCT = NO