Tweaking docs

[SVN r12602]
This commit is contained in:
Vesa Karvonen
2002-01-31 13:16:47 +00:00
parent 31b1b43b9f
commit f1590b8c08
11 changed files with 49 additions and 82 deletions

View File

@ -13,19 +13,16 @@
* See http://www.boost.org for most recent version.
*/
/** \file
<a href="../../../../boost/preprocessor/comparison/not_equal.hpp">Click here to see the header.</a>
*/
#include <boost/preprocessor/arithmetic/add.hpp>
#include <boost/preprocessor/arithmetic/sub.hpp>
#include <boost/preprocessor/logical/bool.hpp>
/** Expands to 1 if X!=Y and 0 otherwise.
/** <P>Expands to 1 if X!=Y and 0 otherwise.</P>
<H3>Uses</H3>
- BOOST_PP_WHILE()
<UL>
<LI>BOOST_PP_WHILE()
</UL>
*/
#define BOOST_PP_NOT_EQUAL(X,Y) BOOST_PP_NOT_EQUAL_D(0,X,Y)