]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/bits/allocated_ptr.h
libstdc++: Suppress Doxygen docs for more implementation details
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / allocated_ptr.h
index 340964eed1520820c04dac550de713853adfe4a4..695695f7d11fb18267aa018fd5152da519da6cf4 100644 (file)
@@ -40,6 +40,7 @@
 namespace std _GLIBCXX_VISIBILITY(default)
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
+/// @cond undocumented
 
   /// Non-standard RAII type for managing pointers obtained from allocators.
   template<typename _Alloc>
@@ -97,6 +98,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
       return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) };
     }
 
+/// @endcond
 _GLIBCXX_END_NAMESPACE_VERSION
 } // namespace std