doxygen @ tags replaced to \
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user