]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix error in doxygen comments in <atomic>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 27 Apr 2023 20:50:30 +0000 (21:50 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 27 Apr 2023 20:51:06 +0000 (21:51 +0100)
libstdc++-v3/ChangeLog:

* include/std/atomic: Add missing @endcond doxygen comment.

libstdc++-v3/include/std/atomic

index faf7eb95594ebd9c37ee85fcad871576c5c32357..94150c1181f2b8e6145c2aca301ee01914adb3ae 100644 (file)
@@ -1287,6 +1287,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.