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

@@ -47,7 +47,7 @@
#if 0
/*!@brief Macro for iterate any container
/*!\brief Macro for iterate any container
* \details Use this macros instead of standard "for"
* to get read/write access to each element of container.
* Pass direction is direct \n
@@ -55,7 +55,7 @@
*/
# define piForeach(i,c)
/*!@brief Macro for iterate any container only for read
/*!\brief Macro for iterate any container only for read
* \details Use this macros instead of standard "for"
* to get read access to each element of container.
* Pass direction is direct \n
@@ -63,7 +63,7 @@
*/
# define piForeachC(i,c)
/*!@brief Macro for iterate any container with reverse direction
/*!\brief Macro for iterate any container with reverse direction
* \details Use this macros instead of standard "for"
* to get read/write access to each element of container.
* Pass direction is reverse \n
@@ -71,7 +71,7 @@
*/
# define piForeachR(i,c)
/*!@brief Macro for iterate any container only for read with reverse direction
/*!\brief Macro for iterate any container only for read with reverse direction
* \details Use this macros instead of standard "for"
* to get read access to each element of container.
* Pass direction is reverse \n