mirror of git://gcc.gnu.org/git/gcc.git
libstdc++: Fix @file for target-specific opt_random.h
A few of these files self-identified as ext/random.tcc, update to use
the actual basename.
libstdc++-v3/ChangeLog:
* config/cpu/aarch64/opt/ext/opt_random.h: Improve doxygen file
docs.
* config/cpu/i486/opt/ext/opt_random.h: Likewise.
(cherry picked from commit c2ad7b2d52
)
This commit is contained in:
parent
cd53e6a505
commit
2a30e7f9dc
|
@ -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 ext/random.tcc
|
/** @file ext/opt_random.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{ext/random}
|
* Do not attempt to use it directly. @headername{ext/random}
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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 ext/random.tcc
|
/** @file ext/opt_random.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{ext/random}
|
* Do not attempt to use it directly. @headername{ext/random}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue