From cdad769e24a892590a86caa9b6558da0f754140d Mon Sep 17 00:00:00 2001 From: William Throwe Date: Wed, 25 May 2022 14:00:44 -0400 Subject: [PATCH] Fix documentation directive typo --- include/boost/container/small_vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/small_vector.hpp b/include/boost/container/small_vector.hpp index 088d51d..f80e6e9 100644 --- a/include/boost/container/small_vector.hpp +++ b/include/boost/container/small_vector.hpp @@ -545,7 +545,7 @@ struct small_vector_storage_definer //! \tparam N The number of preallocated elements stored inside small_vector. It shall be less than Allocator::max_size(); //! \tparam Allocator The allocator used for memory management when the number of elements exceeds N. Use void //! for the default allocator -//! |tparam Options A type produced from \c boost::container::small_vector_options. +//! \tparam Options A type produced from \c boost::container::small_vector_options. template class small_vector : public small_vector_base #ifndef BOOST_CONTAINER_DOXYGEN_INVOKED