]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Suppress Doxygen docs for internals in <bits/locale_conv.h>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 1 May 2026 11:36:20 +0000 (12:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 1 May 2026 11:44:11 +0000 (12:44 +0100)
libstdc++-v3/ChangeLog:

* include/bits/locale_conv.h: Prevent namespace __detail from
being documented as part of the Locales topic.

libstdc++-v3/include/bits/locale_conv.h

index b331d7d673277b71d755262279fa3278582c4802..5ef557cc1e1ff8c795987a69a5b6df59bd0e6728 100644 (file)
@@ -48,6 +48,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    * @{
    */
 
+  /// @cond undocumented
+
   template<typename _OutStr, typename _InChar, typename _Codecvt,
           typename _State, typename _Fn>
     bool
@@ -255,6 +257,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
        _Tp* _M_ptr;
       };
   }
+  /// @endcond
 
 _GLIBCXX_BEGIN_NAMESPACE_CXX11