[committed] libstdc++: Fix error in doxygen comments in <atomic>

Message ID 20230427222457.1773293-1-jwakely@redhat.com
State Unresolved
Headers
Series [committed] libstdc++: Fix error in doxygen comments in <atomic> |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Jonathan Wakely April 27, 2023, 10:24 p.m. UTC
  Tested x86_64-linux.

Pushed to gcc-12 and gcc-11 (not needed on gcc-13 or trunk).

-- >8 --

libstdc++-v3/ChangeLog:

	* include/std/atomic: Add missing @endcond doxygen comment.
---
 libstdc++-v3/include/std/atomic | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/libstdc++-v3/include/std/atomic b/libstdc++-v3/include/std/atomic
index faf7eb95594..94150c1181f 100644
--- a/libstdc++-v3/include/std/atomic
+++ b/libstdc++-v3/include/std/atomic
@@ -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.