doxygen @ tags replaced to \
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*! @file pimathcomplex.h
|
||||
* @brief PIP math complex
|
||||
/*! \file pimathcomplex.h
|
||||
* \brief PIP math complex
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
@@ -89,7 +89,7 @@ inline PIVector2D<double> abs(const PIVector2D<complexd> & v) {
|
||||
|
||||
|
||||
/**
|
||||
* @brief floating point number specific comparison between value passed as parameter and zero
|
||||
* \brief floating point number specific comparison between value passed as parameter and zero
|
||||
*
|
||||
* @param v floating point parameter for comparison
|
||||
* @return true if v in locality of zero, otherwise false
|
||||
@@ -101,7 +101,7 @@ inline bool PIMathFloatNullCompare(const T v) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief floating point number specific comparison between parameter value and zero.
|
||||
* \brief floating point number specific comparison between parameter value and zero.
|
||||
*
|
||||
* @param v complex with floating point real and imag parts
|
||||
* @return true if absolute of v in locality of zero, otherwise false
|
||||
|
||||
Reference in New Issue
Block a user