diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 15:48:59 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 15:48:59 +0100 |
| commit | a4a912873058e50060561c21e965b4fec1d9b08b (patch) | |
| tree | 564432cf3f760483a9acfa64f109f5f42be469c1 /libcmix-common | |
| parent | b8d2fe28870d1f54aad1fd9fce04e57caa85ba0b (diff) | |
| download | cmix-a4a912873058e50060561c21e965b4fec1d9b08b.tar.gz cmix-a4a912873058e50060561c21e965b4fec1d9b08b.tar.bz2 cmix-a4a912873058e50060561c21e965b4fec1d9b08b.zip | |
Cleans up and documents the whole cmix protocol.
Diffstat (limited to 'libcmix-common')
| -rw-r--r-- | libcmix-common/cmixprotofunctor.hpp | 3 |
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(...) \ |
