mdbx-docs: minor refine Doxygen config and comments.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-04-26 01:02:07 +03:00
parent e154a07fe8
commit c8cad3704e
2 changed files with 6 additions and 1 deletions

View File

@@ -189,7 +189,9 @@
/** Workaround for old compilers without properly support for C++20 `if
* constexpr`. */
#if defined(__cpp_if_constexpr) && __cpp_if_constexpr >= 201606L
#if defined(DOXYGEN)
#define MDBX_IF_CONSTEXPR constexpr
#elif defined(__cpp_if_constexpr) && __cpp_if_constexpr >= 201606L
#define MDBX_IF_CONSTEXPR constexpr
#else
#define MDBX_IF_CONSTEXPR