diff --git a/doc/reference/repeat.htm b/doc/reference/repeat.htm index fae87b2..7c1066f 100644 --- a/doc/reference/repeat.htm +++ b/doc/reference/repeat.htm @@ -27,7 +27,7 @@
Repeats the macro M(I,P)
for I = [0,N-1[.
Repeats the macro M(I,P)
for I = [0,N[.
In other words, expands to the sequence:
diff --git a/include/boost/preprocessor/repeat.hpp b/include/boost/preprocessor/repeat.hpp index 0478320..8ef8ee0 100644 --- a/include/boost/preprocessor/repeat.hpp +++ b/include/boost/preprocessor/repeat.hpp @@ -13,7 +13,7 @@ * See http://www.boost.org for most recent version. */ -/**Repeats the macro M(I,P)
for I = [0,N-1[.
Repeats the macro M(I,P)
for I = [0,N[.
In other words, expands to the sequence: