Tweaking docs

[SVN r12604]
This commit is contained in:
Vesa Karvonen
2002-01-31 14:21:31 +00:00
parent f1590b8c08
commit 2261c57310
66 changed files with 495 additions and 680 deletions

View File

@ -40,6 +40,6 @@
#endif
#endif
/** Obsolete. Use BOOST_PP_ADD(). */
/** <P>Obsolete. Use BOOST_PP_ADD().</P> */
#define BOOST_PREPROCESSOR_ADD(X,Y) BOOST_PP_ADD(X,Y)
#endif

View File

@ -38,6 +38,6 @@
#endif
#endif
/** Obsolete. Use BOOST_PP_DIV(). */
/** <P>Obsolete. Use BOOST_PP_DIV().</P> */
#define BOOST_PREPROCESSOR_DIV(X,Y) BOOST_PP_DIV(X,Y)
#endif

View File

@ -32,6 +32,6 @@
#define BOOST_PP_MOD_F(D,P) (BOOST_PP_SUB_D(D,BOOST_PP_TUPLE2_ELEM0 P,BOOST_PP_TUPLE2_ELEM1 P),BOOST_PP_TUPLE2_ELEM1 P)
#endif
/** Obsolete. Use BOOST_PP_MOD(). */
/** <P>Obsolete. Use BOOST_PP_MOD().</P> */
#define BOOST_PREPROCESSOR_MOD(X,Y) BOOST_PP_MOD(X,Y)
#endif

View File

@ -37,6 +37,6 @@
#endif
#endif
/** Obsolete. Use BOOST_PP_MUL(). */
/** <P>Obsolete. Use BOOST_PP_MUL().</P> */
#define BOOST_PREPROCESSOR_MUL(X,Y) BOOST_PP_MUL(X,Y)
#endif

View File

@ -39,6 +39,6 @@
#endif
#endif
/** Obsolete. Use BOOST_PP_SUB(X,Y). */
/** <P>Obsolete. Use BOOST_PP_SUB(X,Y).</P> */
#define BOOST_PREPROCESSOR_SUB(X,Y) BOOST_PP_SUB(X,Y)
#endif