]> 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>
Fri, 1 Apr 2022 10:34:43 +0000 (11:34 +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.

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

index c894cae8aa3b9437d77f9bac83e76ee518126845..0281c6540d013e764540ac17ca0100bd770c987f 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 dafd1ec79a0a37c22bf5c7d71f3dc9a3b1dd18d4..773f27c66872efc22031a885dca2e4708d9890f2 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}
  */