diff options
author | Kim Gräsman <kim.grasman@gmail.com> | 2024-08-27 17:11:29 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-08-28 21:34:21 +0100 |
commit | c2ad7b2d5247cf2ddee98d7f46274775a3fa1268 (patch) | |
tree | 25e83394181bcd28f71af5d4826010637ee7e798 | |
parent | f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2 (diff) | |
download | gcc-c2ad7b2d5247cf2ddee98d7f46274775a3fa1268.zip gcc-c2ad7b2d5247cf2ddee98d7f46274775a3fa1268.tar.gz gcc-c2ad7b2d5247cf2ddee98d7f46274775a3fa1268.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h b/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h index ae78ace..7f756d1 100644 --- a/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h +++ b/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h @@ -22,7 +22,7 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <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. * Do not attempt to use it directly. @headername{ext/random} */ diff --git a/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h b/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h index 0947197..3a3e892 100644 --- a/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h +++ b/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h @@ -22,7 +22,7 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <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. * Do not attempt to use it directly. @headername{ext/random} */ |