Exclude Asio executor type traits from docs

This commit is contained in:
Mohammad Nejati
2024-04-05 17:18:06 +00:00
committed by Mohammad Nejati
parent c5679e40da
commit 98b8be489f

View File

@@ -70,6 +70,7 @@ class immediate_executor
} // test } // test
} // beast } // beast
#if ! BOOST_BEAST_DOXYGEN
namespace asio namespace asio
{ {
namespace traits namespace traits
@@ -113,6 +114,8 @@ struct query_static_constexpr_member<
}; };
} // traits } // traits
} // asio } // asio
#endif
} // boost } // boost
#endif //BOOST_BEAST_TEST_IMMEDIATE_EXECUTOR_HPP #endif //BOOST_BEAST_TEST_IMMEDIATE_EXECUTOR_HPP