]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix filenames in Doxygen @file comments
authorTimm Bäder <tbaeder@redhat.com>
Fri, 1 Apr 2022 10:03:45 +0000 (11:03 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 26 Apr 2022 11:05:35 +0000 (12:05 +0100)
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.

(cherry picked from commit 1e9c026848dd871266305d7e52292e0e10897f31)

libstdc++-v3/include/bits/fs_ops.h
libstdc++-v3/include/experimental/bits/fs_ops.h

index 26a29b25de5964640bd0f8398612ac869747143b..db17d11d8b70d3a47c5a9b5fc9bd59dc3c62e837 100644 (file)
@@ -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}
  */
index 5b0aad4e3ae6db79d95c0402f8b8010331efaae7..ffbfcf6ade8cf926b0d4ba4bf5430a011df5a71b 100644 (file)
@@ -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}
  */