improve docs and fix typo
[libcds.git] / cds / container / treiber_stack.h
index cb6777a882b66a2fbf64c46423b2719aab968bcf..d79e1f5beb162e437b8ad62532bdd09d12a9063a 100644 (file)
@@ -77,7 +77,6 @@ namespace cds { namespace container {
 
         /// Metafunction converting option list to \p TreiberStack traits
         /**
-            This is a wrapper for <tt> cds::opt::make_options< type_traits, Options...> </tt>
             Supported \p Options are:
             - opt::allocator - allocator (like \p std::allocator) used for allocating stack nodes. Default is \ref CDS_DEFAULT_ALLOCATOR
             - opt::back_off - back-off strategy used. If the option is not specified, the \p cds::backoff::Default is used.