From a4a912873058e50060561c21e965b4fec1d9b08b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 28 Nov 2016 15:48:59 +0100 Subject: Cleans up and documents the whole cmix protocol. --- libcmix-common/cmixprotofunctor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcmix-common') 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(...) \ -- cgit v1.2.3-70-g09d2