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