X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fpreprocessor.hh;h=b358f0424dc316d99d3593fa886e5baeb253f582;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=915f9be2cfedf03824166625c3d6215a13e54f02;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/preprocessor.hh b/senf/Utils/preprocessor.hh index 915f9be..b358f04 100644 --- a/senf/Utils/preprocessor.hh +++ b/senf/Utils/preprocessor.hh @@ -42,8 +42,8 @@ ///\{ ///\ingroup senfpp -/** \brief Return last element of a sequence - \hideinitializer +/** \brief Return last element of a sequence + \hideinitializer */ #define SENF_PP_SEQ_BACK(seq) BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(seq)),seq)