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 piinit.h
* @brief Initialization
/*! \file piinit.h
* \brief Initialization
*/
/*
PIP - Platform Independent Primitives
@@ -51,7 +51,7 @@ class PIP_EXPORT PIInit {
public:
~PIInit();
//! @brief Build options which PIP library was built
//! \brief Build options which PIP library was built
enum BuildOption {
boICU /*! Unicode support */ = 0x01,
boUSB /*! USB support */ = 0x02,