mirror of git://gcc.gnu.org/git/gcc.git
* include/bits/std_mutex.h: Fix Doxygen @file name.
From-SVN: r232416
This commit is contained in:
parent
89483f9984
commit
3b07547d62
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-01-15 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
* include/bits/std_mutex.h: Fix Doxygen @file name.
|
||||||
|
|
||||||
2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>
|
2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||||
Jonathan Wakely <jwakely@redhat.com>
|
Jonathan Wakely <jwakely@redhat.com>
|
||||||
Florian Goth <CaptainSifff@gmx.de>
|
Florian Goth <CaptainSifff@gmx.de>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
/** @file bits/mutex.h
|
/** @file bits/std_mutex.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* Do not attempt to use it directly. @headername{mutex}
|
* Do not attempt to use it directly. @headername{mutex}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue