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

@@ -26,7 +26,7 @@
# include <iostream>
#endif
/*! \class PIConfig
* @brief Configuration file
* \brief Configuration file
* \details This class provide handle access to configuration file.
*
* \section PIConfig_sec0 Synopsis
@@ -67,7 +67,7 @@
*/
/*! \class PIConfig::Entry
* @brief %Entry of configuration file
* \brief %Entry of configuration file
* \details This class is node of internal PIConfig tree.
* %Entry provide access to elements of PIConfig. Each entry has
* children or next properties:
@@ -91,7 +91,7 @@
*/
/*! \class PIConfig::Branch
* @brief %Branch is a list of entries of configuration file
* \brief %Branch is a list of entries of configuration file
* \details %Branch provides some features to get entries lists.
* \snippet piconfig.cpp PIConfig::Branch
*