Skip to content

Commit 10a315e

Browse files
committed
Added @cond - @endcond to adaptor_base.hpp.
1 parent 904dd65 commit 10a315e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/msgpack/adaptor/adaptor_base.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
namespace msgpack {
2424

25+
/// @cond
2526
MSGPACK_API_VERSION_NAMESPACE(v1) {
27+
/// @endcond
2628

2729
template <typename Stream>
2830
class packer;
@@ -80,7 +82,10 @@ void operator<< (msgpack::object::with_zone& o, T const& v) {
8082
adaptor::object_with_zone<T>()(o, v);
8183
}
8284

85+
/// @cond
8386
} // MSGPACK_API_VERSION_NAMESPACE(v1)
87+
/// @endcond
88+
8489
} // namespace msgpack
8590

8691

0 commit comments

Comments
 (0)