2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-26 06:32:24 +00:00

Added BOOST_STATIC_CONSTANT macro to translate by Doxygen.

This commit is contained in:
Andrey Semashev
2014-06-12 00:10:21 +04:00
parent 3fa39aa6cb
commit 07597c4567

View File

@@ -49,6 +49,7 @@ local doxygen_params =
BOOST_FORCEINLINE=inline \\
BOOST_STATIC_ASSERT(x)= \\
BOOST_STATIC_ASSERT_MSG(x,y)= \\
BOOST_STATIC_CONSTANT(x,y)=\"static constexpr x y\" \\
BOOST_RV_REF(x)=\"x&&\" \\
BOOST_NESTED_TEMPLATE=template \\
BOOST_CONSTEXPR=constexpr \\