From 2299717fd5a25ce645c4add41ab4e04a59ca590b Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 4 Jan 2017 23:27:33 +0100 Subject: Fix and workaround several doxygen issues/warnings --- doc/CoeffwiseMathFunctionsTable.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/CoeffwiseMathFunctionsTable.dox') diff --git a/doc/CoeffwiseMathFunctionsTable.dox b/doc/CoeffwiseMathFunctionsTable.dox index ac6e0bd31..3ae9420dc 100644 --- a/doc/CoeffwiseMathFunctionsTable.dox +++ b/doc/CoeffwiseMathFunctionsTable.dox @@ -366,7 +366,7 @@ This also means that, unless specified, if the function \c std::foo is available \anchor cwisetable_isfinite - a.\link ArrayBase::isfinite isfinite\endlink(); \n + a.\link ArrayBase::isFinite isFinite\endlink(); \n \link Eigen::isfinite isfinite\endlink(a); checks if the given number has finite value @@ -377,7 +377,7 @@ This also means that, unless specified, if the function \c std::foo is available \anchor cwisetable_isinf - a.\link ArrayBase::isinf isinf\endlink(); \n + a.\link ArrayBase::isInf isInf\endlink(); \n \link Eigen::isinf isinf\endlink(a); checks if the given number is infinite @@ -388,7 +388,7 @@ This also means that, unless specified, if the function \c std::foo is available \anchor cwisetable_isnan - a.\link ArrayBase::isnan isnan\endlink(); \n + a.\link ArrayBase::isNaN isNaN\endlink(); \n \link Eigen::isnan isnan\endlink(a); checks if the given number is not a number @@ -399,7 +399,7 @@ This also means that, unless specified, if the function \c std::foo is available Error and gamma functions - Require \c #include \c + Require \c \#include \c \anchor cwisetable_erf @@ -478,7 +478,7 @@ This also means that, unless specified, if the function \c std::foo is available Special functions - Require \c #include \c + Require \c \#include \c \anchor cwisetable_polygamma @@ -522,4 +522,4 @@ This also means that, unless specified, if the function \c std::foo is available */ -} \ No newline at end of file +} -- cgit v1.2.3