doxygen @ tags replaced to \

This commit is contained in:
2022-03-14 21:19:31 +03:00
parent 9bf1a11701
commit 54b5372356
142 changed files with 1079 additions and 1079 deletions

View File

@@ -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