Doxygen is out

[SVN r12908]
This commit is contained in:
Vesa Karvonen
2002-02-23 10:26:09 +00:00
parent 324604edce
commit 0681e43c79
52 changed files with 0 additions and 104 deletions

View File

@ -61,7 +61,6 @@
*/
#define BOOST_PP_WHILE(C,F,X) BOOST_PP_WHILE_C(C(1,X),0,X)(C,F,F(1,X))
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#define BOOST_PP_WHILE_C(C,D,X) BOOST_PP_IF(C,BOOST_PP_WHILE##D,X BOOST_PP_TUPLE3_EAT)
#define BOOST_PP_WHILE0(C,F,X) BOOST_PP_WHILE_C(C(2,X),1,X)(C,F,F(2,X))
#define BOOST_PP_WHILE1(C,F,X) BOOST_PP_WHILE_C(C(3,X),2,X)(C,F,F(3,X))
@ -324,4 +323,3 @@
#define BOOST_PP_WHILE258(C,F,X) RECURSION DEPTH EXCEEDED!
#define BOOST_PP_WHILE259(C,F,X) RECURSION DEPTH EXCEEDED!
#endif
#endif