libstdc++: Fix even more doxygen markup for group close commands
More fixes like r11-8009 and r11-8066. libstdc++-v3/ChangeLog: * include/bits/fs_fwd.h: Fix doxygen group command. * include/bits/streambuf_iterator.h: Likewise. * include/bits/uses_allocator_args.h: Likewise. * include/std/memory: Likewise. * include/tr1/complex: Likewise.
This commit is contained in:
parent
bdce43ce5a
commit
72ddd861d3
@ -339,7 +339,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
|
||||
bool is_symlink(file_status) noexcept;
|
||||
|
||||
} // namespace filesystem
|
||||
// @}
|
||||
/// @}
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace std
|
||||
#endif // C++17
|
||||
|
@ -498,7 +498,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
__i._M_c = __eof;
|
||||
}
|
||||
|
||||
// @} group iterators
|
||||
/// @} group iterators
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace
|
||||
|
@ -220,7 +220,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
}, std::uses_allocator_construction_args<_Tp>(__a,
|
||||
std::forward<_Args>(__args)...));
|
||||
}
|
||||
// @}
|
||||
/// @}
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace std
|
||||
#endif // C++20
|
||||
|
@ -128,7 +128,7 @@ undeclare_no_pointers(char*, size_t) { }
|
||||
/// The type of pointer safety supported by the implementation.
|
||||
inline pointer_safety
|
||||
get_pointer_safety() noexcept { return pointer_safety::relaxed; }
|
||||
// @}
|
||||
/// @}
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace
|
||||
|
@ -411,7 +411,7 @@ namespace tr1
|
||||
pow(const std::complex<_Tp>& __x, const std::complex<_Tp>& __y)
|
||||
{ return std::pow(__x, __y); }
|
||||
|
||||
// @} group complex_numbers
|
||||
/// @} group complex_numbers
|
||||
}
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user