diff --git a/docs.1/contents.html b/docs.1/contents.html index c38887a..9121dd8 100644 --- a/docs.1/contents.html +++ b/docs.1/contents.html @@ -289,7 +289,6 @@
  • less_equal.hpp
  • not_equal.hpp
  • config/
  • -
  • config.hpp
  • limits.hpp
  • control.hpp
  • control/
  • diff --git a/docs.1/headers/control/expr_if.hpp.html b/docs.1/headers/control/expr_if.hpp.html new file mode 100644 index 0000000..bbbc2d9 --- /dev/null +++ b/docs.1/headers/control/expr_if.hpp.html @@ -0,0 +1,19 @@ + + + control/expr_if.hpp + + + +
    + The control/expr_if.hpp header defines a macro that expands to an expression selectively. +
    +

    Usage

    +
    + #include <boost/preprocessor/control/expr_if.hpp> +
    +

    Contents

    + + + diff --git a/docs.1/headers/control/expr_iif.hpp.html b/docs.1/headers/control/expr_iif.hpp.html new file mode 100644 index 0000000..7e47ec1 --- /dev/null +++ b/docs.1/headers/control/expr_iif.hpp.html @@ -0,0 +1,19 @@ + + + control/expr_iif.hpp + + + +
    + The control/expr_iif.hpp header defines a macro that expands to an expression selectively. +
    +

    Usage

    +
    + #include <boost/preprocessor/control/expr_iif.hpp> +
    +

    Contents

    + + + diff --git a/docs.1/headers/control/if.hpp.html b/docs.1/headers/control/if.hpp.html new file mode 100644 index 0000000..9cb01da --- /dev/null +++ b/docs.1/headers/control/if.hpp.html @@ -0,0 +1,19 @@ + + + control/if.hpp + + + +
    + The control/if.hpp header defines a macro that chooses between two alternatives. +
    +

    Usage

    +
    + #include <boost/preprocessor/control/if.hpp> +
    +

    Contents

    + + + diff --git a/docs.1/headers/control/iif.hpp.html b/docs.1/headers/control/iif.hpp.html new file mode 100644 index 0000000..4bc26bb --- /dev/null +++ b/docs.1/headers/control/iif.hpp.html @@ -0,0 +1,19 @@ + + + control/iif.hpp + + + +
    + The control/iif.hpp header defines a macro that chooses between two alternatives. +
    +

    Usage

    +
    + #include <boost/preprocessor/control/iif.hpp> +
    +

    Contents

    + + + diff --git a/docs.1/headers/control/while.hpp.html b/docs.1/headers/control/while.hpp.html new file mode 100644 index 0000000..d759749 --- /dev/null +++ b/docs.1/headers/control/while.hpp.html @@ -0,0 +1,20 @@ + + + control/while.hpp + + + +
    + The control/while.hpp header defines a looping contruct. +
    +

    Usage

    +
    + #include <boost/preprocessor/control/while.hpp> +
    +

    Contents

    + + +