Fix doc include file

fix #2448
This commit is contained in:
alandefreitas
2022-06-15 20:09:18 -03:00
parent 46729654c1
commit e0e5cbd8f9

View File

@@ -18,10 +18,12 @@ namespace boost {
namespace beast {
namespace websocket {
#ifndef BOOST_BEAST_DOXYGEN
template<
class NextLayer,
bool deflateSupported = true>
class stream;
#endif
} // websocket
} // beast