]> 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>
Mon, 4 Apr 2022 11:45:28 +0000 (12:45 +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 a3851335f340f399e0a38f3bdf58c687f97229f6..5d7dfe155b55df0fbc7e3c7ea60c47892f43baaa 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 95e216849e853a50cabb959f7a5ef5af6dab3a4c..385ba921c687d255fc297911b04c90e0d0f6f071 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}
  */