diff mbox series

libstdc++: Fix @file for target-specific opt_random.h

Message ID CANt7B+eTVUxqpkbjabAknVG0vqG+=pFW3C_y_qdZZ8ZbOwT4rg@mail.gmail.com
State New
Headers show
Series libstdc++: Fix @file for target-specific opt_random.h | expand

Commit Message

Kim Gräsman Aug. 25, 2024, 6:19 p.m. UTC
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.
---
 libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h | 2 +-
 libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jonathan Wakely Aug. 28, 2024, 8:36 p.m. UTC | #1
On Sun, 25 Aug 2024 at 19:20, Kim Gräsman wrote:
>
> A few of these files self-identified as ext/random.tcc, update to use
> the actual basename.

Tested and pushed to trunk, thanks.

>
> libstdc++-v3/ChangeLog:
>
>         * config/cpu/aarch64/opt/ext/opt_random.h: Improve doxygen file
>         docs.
>         * config/cpu/i486/opt/ext/opt_random.h: Likewise.
> ---
>  libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h | 2 +-
>  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 ae78aced27e..7f756d1572f 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 0947197af7b..3a3e892e7c3 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}
>   */
> --
> 2.46.0
>
diff mbox series

Patch

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 ae78aced27e..7f756d1572f 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 0947197af7b..3a3e892e7c3 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}
  */