aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2022-04-01 11:03:45 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-04-01 11:34:43 +0100
commit1e9c026848dd871266305d7e52292e0e10897f31 (patch)
treefe000acf2135da4c044e578e2b535fcc7252e3f4
parentd9c03fc27d8147a9401a29739694b214df48a9a2 (diff)
downloadgcc-1e9c026848dd871266305d7e52292e0e10897f31.zip
gcc-1e9c026848dd871266305d7e52292e0e10897f31.tar.gz
gcc-1e9c026848dd871266305d7e52292e0e10897f31.tar.bz2
libstdc++: Fix filenames in Doxygen @file comments
Reviewed-by: Jonathan Wakely <jwakely@redhat.com> libstdc++-v3/ChangeLog: * include/bits/fs_ops.h: Fix filename in Doxygen comment. * include/experimental/bits/fs_ops.h: Likewise.
-rw-r--r--libstdc++-v3/include/bits/fs_ops.h2
-rw-r--r--libstdc++-v3/include/experimental/bits/fs_ops.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/fs_ops.h b/libstdc++-v3/include/bits/fs_ops.h
index c894cae..0281c65 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
// <http://www.gnu.org/licenses/>.
-/** @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 dafd1ec..773f27c 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
// <http://www.gnu.org/licenses/>.
-/** @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}
*/