From 8ea54eb4e7b42401db6ea805063384d384ae7fa1 Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Mon, 30 Mar 2015 20:59:57 +0200 Subject: [PATCH] some better doxygen doxygen sucks --- include/boost/test/tools/floating_point_comparison.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/test/tools/floating_point_comparison.hpp b/include/boost/test/tools/floating_point_comparison.hpp index b68f68d5..7f74bf99 100644 --- a/include/boost/test/tools/floating_point_comparison.hpp +++ b/include/boost/test/tools/floating_point_comparison.hpp @@ -72,7 +72,7 @@ struct tolerance_based : tolerance_based_delegate::value >::type // ************** fpc::strength ************** // // ************************************************************************** // -//! Method for comparison of floating point numbers +//! Method for comparing floating point numbers enum strength { FPC_STRONG, //!< "Very close" - equation 2' in docs, the default FPC_WEAK //!< "Close enough" - equation 3' in docs. @@ -191,7 +191,6 @@ fraction_tolerance( percent_tolerance_t tolerance ) * * This predicate is used to compare floating point numbers. In addition the comparison produces maximum * related differnce, which can be used to generate detailed error message - * * The methods for comparing floating points are detailed in the documentation. The method is chosen * by the @ref boost::math::fpc::strength given at construction. */