libstdc++: Suppress Doxygen docs for internals in <bits/locale_conv.h>

libstdc++-v3/ChangeLog:

	* include/bits/locale_conv.h: Prevent namespace __detail from
	being documented as part of the Locales topic.
This commit is contained in:
Jonathan Wakely
2026-05-01 12:36:20 +01:00
committed by Jonathan Wakely
parent 8050bda5ec
commit 59cf910a43

View 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