diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-04-09 00:24:41 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-04-09 13:09:23 +0100 |
commit | 72ddd861d3881eba141c41c1ccbb4e8b3be159a5 (patch) | |
tree | 2a1e6c71d70eee61b60e1c5897d57f84f84c0ac4 /libstdc++-v3/include/tr1 | |
parent | bdce43ce5a584ab329f94aef39260dd39ed530eb (diff) | |
download | gcc-72ddd861d3881eba141c41c1ccbb4e8b3be159a5.zip gcc-72ddd861d3881eba141c41c1ccbb4e8b3be159a5.tar.gz gcc-72ddd861d3881eba141c41c1ccbb4e8b3be159a5.tar.bz2 |
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.
Diffstat (limited to 'libstdc++-v3/include/tr1')
-rw-r--r-- | libstdc++-v3/include/tr1/complex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/complex b/libstdc++-v3/include/tr1/complex index 2440c74..6b04ca3 100644 --- a/libstdc++-v3/include/tr1/complex +++ b/libstdc++-v3/include/tr1/complex @@ -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 |