]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Improve doxygen docs for <mutex>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 12 May 2022 22:06:04 +0000 (23:06 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 13 May 2022 12:32:23 +0000 (13:32 +0100)
commitb584cbdb0829bb0ad4e6ed7488a304ae4e76b870
tree78ec3bb7b90c2e09ed16de5285804bcbed77af22
parenta278402216e75d5d54e62d2cd2345ea130349f10
libstdc++: Improve doxygen docs for <mutex>

libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in (PREDEFINED): Define
_GTHREAD_USE_MUTEX_TIMEDLOCK macro.
* include/bits/std_mutex.h (mutex, lock_guard): Use @since and
@headerfile.
* include/bits/unique_lock.h (unique_lock): Likewise.
* include/std/mutex (recursive_mutex, timed_mutex)
(recursive_timed_mutex, scoped_lock): Likewise.
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/bits/std_mutex.h
libstdc++-v3/include/bits/unique_lock.h
libstdc++-v3/include/std/mutex
This page took 0.056535 seconds and 6 git commands to generate.