aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-04-27 21:50:30 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-04-27 21:58:06 +0100
commitba029848abe78582c18fda5757d8b00530dd6209 (patch)
treeaa0cf6927bb2f78f5144c8b0cf6daecb80d5a550 /libstdc++-v3
parentee1a8294754af16b00538b17414679c8d72a575b (diff)
libstdc++: Fix error in doxygen comments in <atomic>
libstdc++-v3/ChangeLog: * include/std/atomic: Add missing @endcond doxygen comment.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/std/atomic1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/atomic b/libstdc++-v3/include/std/atomic
index 2e2be30c6b2..83102d02b4a 100644
--- a/libstdc++-v3/include/std/atomic
+++ b/libstdc++-v3/include/std/atomic
@@ -1282,6 +1282,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
using __atomic_val_t = __type_identity_t<_Tp>;
template<typename _Tp>
using __atomic_diff_t = typename atomic<_Tp>::difference_type;
+ /// @endcond
// [atomics.nonmembers] Non-member functions.
// Function templates generally applicable to atomic types.