From: Timm Bäder Date: Fri, 1 Apr 2022 10:03:45 +0000 (+0100) Subject: libstdc++: Fix filenames in Doxygen @file comments X-Git-Tag: releases/gcc-11.3.0~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94525b91df8ed598b086c35a55a89200422df14c;p=thirdparty%2Fgcc.git libstdc++: Fix filenames in Doxygen @file comments Reviewed-by: Jonathan Wakely libstdc++-v3/ChangeLog: * include/bits/fs_ops.h: Fix filename in Doxygen comment. * include/experimental/bits/fs_ops.h: Likewise. (cherry picked from commit 1e9c026848dd871266305d7e52292e0e10897f31) --- diff --git a/libstdc++-v3/include/bits/fs_ops.h b/libstdc++-v3/include/bits/fs_ops.h index a3851335f340..5d7dfe155b55 100644 --- a/libstdc++-v3/include/bits/fs_ops.h +++ b/libstdc++-v3/include/bits/fs_ops.h @@ -22,7 +22,7 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . -/** @file include/bits/fs_fwd.h +/** @file include/bits/fs_ops.h * This is an internal header file, included by other library headers. * Do not attempt to use it directly. @headername{filesystem} */ diff --git a/libstdc++-v3/include/experimental/bits/fs_ops.h b/libstdc++-v3/include/experimental/bits/fs_ops.h index 95e216849e85..385ba921c687 100644 --- a/libstdc++-v3/include/experimental/bits/fs_ops.h +++ b/libstdc++-v3/include/experimental/bits/fs_ops.h @@ -22,7 +22,7 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . -/** @file experimental/bits/fs_fwd.h +/** @file experimental/bits/fs_ops.h * This is an internal header file, included by other library headers. * Do not attempt to use it directly. @headername{experimental/filesystem} */