diff --git a/doc/doxygen_reference.dox b/doc/doxygen_reference.dox
index 9d1bbfd..9d9314b 100644
--- a/doc/doxygen_reference.dox
+++ b/doc/doxygen_reference.dox
@@ -150,7 +150,7 @@ VERBATIM_HEADERS = NO
# will put list of the files that are included by a file in the documentation
# of that file.
-SHOW_INCLUDE_FILES = YES
+SHOW_INCLUDE_FILES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
diff --git a/doc/reference/add_8hpp.html b/doc/reference/add_8hpp.html
index 67fa1de..842c86e 100644
--- a/doc/reference/add_8hpp.html
+++ b/doc/reference/add_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
add.hpp File Reference
#include <boost/preprocessor/inc.hpp>
-
+
add.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ADD(X, Y) |
| Expands to the sum of X and Y. More...
|
diff --git a/doc/reference/and_8hpp.html b/doc/reference/and_8hpp.html
index ee347d3..a0f4e8c 100644
--- a/doc/reference/and_8hpp.html
+++ b/doc/reference/and_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
and.hpp File Reference
#include <boost/preprocessor/logical/nor.hpp>
-#include <boost/preprocessor/logical/not.hpp>
-
+
and.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_AND(X, Y) |
| Expands to the logical AND of the operands. More...
|
diff --git a/doc/reference/arithmetic_8hpp.html b/doc/reference/arithmetic_8hpp.html
index 4d00ec9..e81a9e8 100644
--- a/doc/reference/arithmetic_8hpp.html
+++ b/doc/reference/arithmetic_8hpp.html
@@ -6,11 +6,7 @@
Main Page File List File Members
-
arithmetic.hpp File Reference
#include <boost/preprocessor/arithmetic/add.hpp>
-#include <boost/preprocessor/arithmetic/div.hpp>
-#include <boost/preprocessor/arithmetic/mul.hpp>
-#include <boost/preprocessor/arithmetic/sub.hpp>
-
+
arithmetic.hpp File Reference
Detailed Description
Click here to see the header.
diff --git a/doc/reference/assert__msg_8hpp.html b/doc/reference/assert__msg_8hpp.html
index 6b32b59..aec2118 100644
--- a/doc/reference/assert__msg_8hpp.html
+++ b/doc/reference/assert__msg_8hpp.html
@@ -6,10 +6,7 @@
Main Page File List File Members
-
assert_msg.hpp File Reference
#include <boost/preprocessor/empty.hpp>
-#include <boost/preprocessor/identity.hpp>
-#include <boost/preprocessor/if.hpp>
-
+
assert_msg.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ASSERT_MSG(C, MSG) |
| Expands to nothing if C != 0 and to MSG if C == 0. More...
|
diff --git a/doc/reference/comma__if_8hpp.html b/doc/reference/comma__if_8hpp.html
index 0265ef2..91184c6 100644
--- a/doc/reference/comma__if_8hpp.html
+++ b/doc/reference/comma__if_8hpp.html
@@ -6,10 +6,7 @@
Main Page File List File Members
-
comma_if.hpp File Reference
#include <boost/preprocessor/comma.hpp>
-#include <boost/preprocessor/empty.hpp>
-#include <boost/preprocessor/if.hpp>
-
+
comma_if.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_COMMA_IF(C) |
| Expands to a comma if C != 0 and nothing if C == 0. More...
|
diff --git a/doc/reference/comparison_8hpp.html b/doc/reference/comparison_8hpp.html
index 85f5f3b..a59311a 100644
--- a/doc/reference/comparison_8hpp.html
+++ b/doc/reference/comparison_8hpp.html
@@ -6,13 +6,7 @@
Main Page File List File Members
-
comparison.hpp File Reference
#include <boost/preprocessor/comparison/equal.hpp>
-#include <boost/preprocessor/comparison/greater.hpp>
-#include <boost/preprocessor/comparison/greater_equal.hpp>
-#include <boost/preprocessor/comparison/less.hpp>
-#include <boost/preprocessor/comparison/less_equal.hpp>
-#include <boost/preprocessor/comparison/not_equal.hpp>
-
+
comparison.hpp File Reference
Detailed Description
Click here to see the header.
diff --git a/doc/reference/div_8hpp.html b/doc/reference/div_8hpp.html
index 77aa056..9edefa9 100644
--- a/doc/reference/div_8hpp.html
+++ b/doc/reference/div_8hpp.html
@@ -6,12 +6,7 @@
Main Page File List File Members
-
div.hpp File Reference
#include <boost/preprocessor/arithmetic/sub.hpp>
-#include <boost/preprocessor/comparison/less_equal.hpp>
-#include <boost/preprocessor/inc.hpp>
-#include <boost/preprocessor/tuple.hpp>
-#include <boost/preprocessor/while.hpp>
-
+
div.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_DIV(X, Y) |
| Expands to the quotient of X and Y. More...
|
diff --git a/doc/reference/enum__params_8hpp.html b/doc/reference/enum__params_8hpp.html
index a33efba..eaa4f22 100644
--- a/doc/reference/enum__params_8hpp.html
+++ b/doc/reference/enum__params_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
enum_params.hpp File Reference
#include <boost/preprocessor/comma_if.hpp>
-#include <boost/preprocessor/repeat.hpp>
-
+
enum_params.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ENUM_PARAMS(N, P) |
| Generates a comma separated list of parameters. More...
|
diff --git a/doc/reference/enum__shifted__params_8hpp.html b/doc/reference/enum__shifted__params_8hpp.html
index 661f36c..1f4be81 100644
--- a/doc/reference/enum__shifted__params_8hpp.html
+++ b/doc/reference/enum__shifted__params_8hpp.html
@@ -6,12 +6,7 @@
Main Page File List File Members
-
enum_shifted_params.hpp File Reference
#include <boost/preprocessor/cat.hpp>
-#include <boost/preprocessor/comma_if.hpp>
-#include <boost/preprocessor/dec.hpp>
-#include <boost/preprocessor/inc.hpp>
-#include <boost/preprocessor/repeat.hpp>
-
+
enum_shifted_params.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS(N, P) |
| Generates a comma separated list of shifted actual parameters. More...
|
diff --git a/doc/reference/enum_params_with_a_default.htm b/doc/reference/enum_params_with_a_default.htm
index a656b3d..859863b 100644
--- a/doc/reference/enum_params_with_a_default.htm
+++ b/doc/reference/enum_params_with_a_default.htm
@@ -6,11 +6,7 @@
Main Page File List File Members
-
enum_params_with_a_default.hpp File Reference
#include <boost/preprocessor/cat.hpp>
-#include <boost/preprocessor/comma_if.hpp>
-#include <boost/preprocessor/repeat.hpp>
-#include <boost/preprocessor/tuple.hpp>
-
+
enum_params_with_a_default.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT(N, P, D) |
| Generates a comma separated list of parameters with a default. More...
|
diff --git a/doc/reference/enum_params_with_defaults.htm b/doc/reference/enum_params_with_defaults.htm
index a3c2b0d..2e20e60 100644
--- a/doc/reference/enum_params_with_defaults.htm
+++ b/doc/reference/enum_params_with_defaults.htm
@@ -6,11 +6,7 @@
Main Page File List File Members
-
enum_params_with_defaults.hpp File Reference
#include <boost/preprocessor/cat.hpp>
-#include <boost/preprocessor/comma_if.hpp>
-#include <boost/preprocessor/repeat.hpp>
-#include <boost/preprocessor/tuple.hpp>
-
+
enum_params_with_defaults.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS(N, P, D) |
| Generates a comma separated list of parameters with defaults. More...
|
diff --git a/doc/reference/equal_8hpp.html b/doc/reference/equal_8hpp.html
index c0d0348..51d38bd 100644
--- a/doc/reference/equal_8hpp.html
+++ b/doc/reference/equal_8hpp.html
@@ -6,10 +6,7 @@
Main Page File List File Members
-
equal.hpp File Reference
#include <boost/preprocessor/arithmetic/add.hpp>
-#include <boost/preprocessor/arithmetic/sub.hpp>
-#include <boost/preprocessor/logical/not.hpp>
-
+
equal.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_EQUAL(X, Y) |
| Expands to 1 if X==Y and 0 otherwise. More...
|
diff --git a/doc/reference/greater_8hpp.html b/doc/reference/greater_8hpp.html
index 94cabe6..0c63f56 100644
--- a/doc/reference/greater_8hpp.html
+++ b/doc/reference/greater_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
greater.hpp File Reference
#include <boost/preprocessor/comparison/less.hpp>
-
+
greater.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_GREATER(X, Y) |
| Expands to 1 if X>Y and 0 otherwise. More...
|
diff --git a/doc/reference/greater__equal_8hpp.html b/doc/reference/greater__equal_8hpp.html
index a49384c..6856912 100644
--- a/doc/reference/greater__equal_8hpp.html
+++ b/doc/reference/greater__equal_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
greater_equal.hpp File Reference
#include <boost/preprocessor/comparison/less_equal.hpp>
-
+
greater_equal.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_GREATER_EQUAL(X, Y) |
| Expands to 1 if X>=Y and 0 otherwise. More...
|
diff --git a/doc/reference/identity_8hpp.html b/doc/reference/identity_8hpp.html
index 5ef0b1c..ea4b8a6 100644
--- a/doc/reference/identity_8hpp.html
+++ b/doc/reference/identity_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
identity.hpp File Reference
#include <boost/preprocessor/empty.hpp>
-
+
identity.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_IDENTITY(X) |
| Expands to X once invoked. More...
|
diff --git a/doc/reference/if_8hpp.html b/doc/reference/if_8hpp.html
index 2ce8bc1..e61d0ab 100644
--- a/doc/reference/if_8hpp.html
+++ b/doc/reference/if_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
if.hpp File Reference
#include <boost/preprocessor/logical/bool.hpp>
-
+
if.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_IF(C, T, E) |
| Expands to T if C != 0 and E if C == 0. More...
|
diff --git a/doc/reference/less_8hpp.html b/doc/reference/less_8hpp.html
index c9c0e88..2ec8437 100644
--- a/doc/reference/less_8hpp.html
+++ b/doc/reference/less_8hpp.html
@@ -6,10 +6,7 @@
Main Page File List File Members
-
less.hpp File Reference
#include <boost/preprocessor/comparison/equal.hpp>
-#include <boost/preprocessor/comparison/less_equal.hpp>
-#include <boost/preprocessor/if.hpp>
-
+
less.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_LESS(X, Y) |
| Expands to 1 if X<Y and 0 otherwise. More...
|
diff --git a/doc/reference/less__equal_8hpp.html b/doc/reference/less__equal_8hpp.html
index 744db38..5b8e226 100644
--- a/doc/reference/less__equal_8hpp.html
+++ b/doc/reference/less__equal_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
less_equal.hpp File Reference
#include <boost/preprocessor/arithmetic/sub.hpp>
-#include <boost/preprocessor/logical/not.hpp>
-
+
less_equal.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_LESS_EQUAL(X, Y) |
| Expands to 1 if X<=Y and 0 otherwise. More...
|
diff --git a/doc/reference/logical_8hpp.html b/doc/reference/logical_8hpp.html
index ae75327..99f753b 100644
--- a/doc/reference/logical_8hpp.html
+++ b/doc/reference/logical_8hpp.html
@@ -6,13 +6,7 @@
Main Page File List File Members
-
logical.hpp File Reference
#include <boost/preprocessor/logical/and.hpp>
-#include <boost/preprocessor/logical/bool.hpp>
-#include <boost/preprocessor/logical/nor.hpp>
-#include <boost/preprocessor/logical/not.hpp>
-#include <boost/preprocessor/logical/or.hpp>
-#include <boost/preprocessor/logical/xor.hpp>
-
+
logical.hpp File Reference
Detailed Description
Click here to see the header.
diff --git a/doc/reference/max_8hpp.html b/doc/reference/max_8hpp.html
index 09e8269..7996379 100644
--- a/doc/reference/max_8hpp.html
+++ b/doc/reference/max_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
max.hpp File Reference
#include <boost/preprocessor/comparison/less.hpp>
-#include <boost/preprocessor/if.hpp>
-
+
max.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_MAX(X, Y) |
| Expands to the maximum of X and Y. More...
|
diff --git a/doc/reference/min_8hpp.html b/doc/reference/min_8hpp.html
index 1bbe641..5c24b13 100644
--- a/doc/reference/min_8hpp.html
+++ b/doc/reference/min_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
min.hpp File Reference
#include <boost/preprocessor/comparison/less.hpp>
-#include <boost/preprocessor/if.hpp>
-
+
min.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_MIN(X, Y) |
| Expands to the minimum of X and Y. More...
|
diff --git a/doc/reference/mul_8hpp.html b/doc/reference/mul_8hpp.html
index c8decdb..613f038 100644
--- a/doc/reference/mul_8hpp.html
+++ b/doc/reference/mul_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
mul.hpp File Reference
#include <boost/preprocessor/arithmetic/add.hpp>
-
+
mul.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_MUL(X, Y) |
| Expands to the product of X and Y. More...
|
diff --git a/doc/reference/nor_8hpp.html b/doc/reference/nor_8hpp.html
index 75c0777..ff36c2f 100644
--- a/doc/reference/nor_8hpp.html
+++ b/doc/reference/nor_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
nor.hpp File Reference
#include <boost/preprocessor/logical/bool.hpp>
-
+
nor.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_NOR(X, Y) |
| Expands to the logical NEITHER OR of the operands. More...
|
diff --git a/doc/reference/not_8hpp.html b/doc/reference/not_8hpp.html
index ae2278d..7071812 100644
--- a/doc/reference/not_8hpp.html
+++ b/doc/reference/not_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
not.hpp File Reference
#include <boost/preprocessor/logical/nor.hpp>
-
+
not.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_NOT(X) |
| Expands to the logical NOT of the operand. More...
|
diff --git a/doc/reference/not__equal_8hpp.html b/doc/reference/not__equal_8hpp.html
index 8133f82..fba981e 100644
--- a/doc/reference/not__equal_8hpp.html
+++ b/doc/reference/not__equal_8hpp.html
@@ -6,10 +6,7 @@
Main Page File List File Members
-
not_equal.hpp File Reference
#include <boost/preprocessor/arithmetic/add.hpp>
-#include <boost/preprocessor/arithmetic/sub.hpp>
-#include <boost/preprocessor/logical/bool.hpp>
-
+
not_equal.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_NOT_EQUAL(X, Y) |
| Expands to 1 if X!=Y and 0 otherwise. More...
|
diff --git a/doc/reference/or_8hpp.html b/doc/reference/or_8hpp.html
index d5c5c9c..06d80f0 100644
--- a/doc/reference/or_8hpp.html
+++ b/doc/reference/or_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
or.hpp File Reference
#include <boost/preprocessor/logical/nor.hpp>
-#include <boost/preprocessor/logical/not.hpp>
-
+
or.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_OR(X, Y) |
| Expands to the logical OR of the operands. More...
|
diff --git a/doc/reference/preprocessor_8hpp.html b/doc/reference/preprocessor_8hpp.html
index 94c6838..decb66e 100644
--- a/doc/reference/preprocessor_8hpp.html
+++ b/doc/reference/preprocessor_8hpp.html
@@ -6,32 +6,7 @@
Main Page File List File Members
-
preprocessor.hpp File Reference
#include <boost/preprocessor/arithmetic.hpp>
-#include <boost/preprocessor/assert_msg.hpp>
-#include <boost/preprocessor/cat.hpp>
-#include <boost/preprocessor/comma.hpp>
-#include <boost/preprocessor/comma_if.hpp>
-#include <boost/preprocessor/comparison.hpp>
-#include <boost/preprocessor/dec.hpp>
-#include <boost/preprocessor/empty.hpp>
-#include <boost/preprocessor/enum_params.hpp>
-#include <boost/preprocessor/enum_params_with_a_default.hpp>
-#include <boost/preprocessor/enum_params_with_defaults.hpp>
-#include <boost/preprocessor/enum_shifted_params.hpp>
-#include <boost/preprocessor/identity.hpp>
-#include <boost/preprocessor/if.hpp>
-#include <boost/preprocessor/inc.hpp>
-#include <boost/preprocessor/limits.hpp>
-#include <boost/preprocessor/logical.hpp>
-#include <boost/preprocessor/max.hpp>
-#include <boost/preprocessor/min.hpp>
-#include <boost/preprocessor/repeat.hpp>
-#include <boost/preprocessor/repeat_2nd.hpp>
-#include <boost/preprocessor/repeat_3rd.hpp>
-#include <boost/preprocessor/stringize.hpp>
-#include <boost/preprocessor/tuple.hpp>
-#include <boost/preprocessor/while.hpp>
-
+
preprocessor.hpp File Reference
Detailed Description
Click here to see the header.
diff --git a/doc/reference/sub_8hpp.html b/doc/reference/sub_8hpp.html
index 7fe1de2..9985998 100644
--- a/doc/reference/sub_8hpp.html
+++ b/doc/reference/sub_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
sub.hpp File Reference
#include <boost/preprocessor/dec.hpp>
-
+
sub.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_SUB(X, Y) |
| Expands to the difference of X and Y. More...
|
diff --git a/doc/reference/tuple_8hpp.html b/doc/reference/tuple_8hpp.html
index 03cfe41..6abe87e 100644
--- a/doc/reference/tuple_8hpp.html
+++ b/doc/reference/tuple_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
tuple.hpp File Reference
#include <boost/preprocessor/identity.hpp>
-
+
tuple.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_TUPLE_ELEM(N, I, T) |
| Expands to the I:th element of an N-tuple. More...
|
diff --git a/doc/reference/while_8hpp.html b/doc/reference/while_8hpp.html
index db8fd2e..2c0262e 100644
--- a/doc/reference/while_8hpp.html
+++ b/doc/reference/while_8hpp.html
@@ -6,8 +6,7 @@
Main Page File List File Members
-
while.hpp File Reference
#include <boost/preprocessor/if.hpp>
-
+
while.hpp File Reference
Defines |
#define | BOOST_PREPROCESSOR_WHILE(C, F, X) |
| CURRENTLY THIS FEATURE IS FOR INTERNAL USE ONLY! More...
|
diff --git a/doc/reference/xor_8hpp.html b/doc/reference/xor_8hpp.html
index a163172..b7613da 100644
--- a/doc/reference/xor_8hpp.html
+++ b/doc/reference/xor_8hpp.html
@@ -6,9 +6,7 @@
Main Page File List File Members
-
xor.hpp File Reference
#include <boost/preprocessor/logical/and.hpp>
-#include <boost/preprocessor/logical/nor.hpp>
-