mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
committed by
Jonathan Wakely
parent
8050bda5ec
commit
59cf910a43
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user