[committed 2/3] libstdc++: Suppress Doxygen docs for internals in <bits/locale_conv.h>

Jonathan Wakely jwakely@redhat.com
Fri May 1 12:32:02 GMT 2026


libstdc++-v3/ChangeLog:

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

Tested x86_64-linux. Pushed to trunk.

 libstdc++-v3/include/bits/locale_conv.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libstdc++-v3/include/bits/locale_conv.h b/libstdc++-v3/include/bits/locale_conv.h
index b331d7d67327..5ef557cc1e1f 100644
--- a/libstdc++-v3/include/bits/locale_conv.h
+++ b/libstdc++-v3/include/bits/locale_conv.h
@@ -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
 
-- 
2.54.0



More information about the Libstdc++ mailing list