2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00

some better doxygen

doxygen sucks
This commit is contained in:
Raffi Enficiaud
2015-03-30 20:59:57 +02:00
parent 5d1294065f
commit 8ea54eb4e7

View File

@@ -72,7 +72,7 @@ struct tolerance_based : tolerance_based_delegate<T, !is_array<T>::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<FPT> 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.
*/