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 pivariant.h
* @brief Variant type
/*! \file pivariant.h
* \brief Variant type
*
* This file declares PIVariant
*/
@@ -460,7 +460,7 @@ public:
PIMathMatrixd toMathMatrix() const;
/** @brief Returns variant content as custom type
/** \brief Returns variant content as custom type
* \details In case of known types this function equivalent \a to<Type> function. \n
* Otherwise returns content as type T. */
template<typename T>
@@ -551,7 +551,7 @@ public:
void swap(PIVariant & v);
/** @brief Returns new variant from custom type
/** \brief Returns new variant from custom type
* \details In case of known types this function equivalent \a PIVariant(T) constructors. \n
* Otherwise returns variant with content \a v and type Custom. */
template <typename T>