aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-common')
-rw-r--r--libcmix-common/cmixprotofunctor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp
index 57536e5..0c8a341 100644
--- a/libcmix-common/cmixprotofunctor.hpp
+++ b/libcmix-common/cmixprotofunctor.hpp
@@ -42,12 +42,13 @@ struct CMixProtoFunctor {
* Defines one iteration of the Repeat below,
* \param Z level over repeat we are using it should be 1.
* \param N current iteration
- * \param The sequence consisiting of "pairs" of TYPE, NAME
+ * \param DATA The sequence consisiting of "pairs" of TYPE, NAME
*/
#define MESSAGE_SETTER_DEF_ITERATION(Z, N, DATA) \
MESSAGE_SETTER_DEF(BOOST_PP_SEQ_ELEM(BOOST_PP_MUL(N, 2), DATA), BOOST_PP_SEQ_ELEM(BOOST_PP_ADD(BOOST_PP_MUL(N, 2), 1), DATA))
/*!
+ * \def MESSAGE_SETTER_DEFS(...)
* Loops over the length of the variadic macro parameter / 2
*/
#define MESSAGE_SETTER_DEFS(...) \