From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 5921A3858403; Tue, 26 Apr 2022 13:12:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5921A3858403 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r10-10566] libstdc++: Fix filenames in Doxygen @file comments X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Timm_B=C3=A4der?= X-Git-Refname: refs/heads/releases/gcc-10 X-Git-Oldrev: a8f0679fadd64ff53235e12d74550160c92db080 X-Git-Newrev: 19f48f2ae221877401e23eafed4753d71400c141 Message-Id: <20220426131220.5921A3858403@sourceware.org> Date: Tue, 26 Apr 2022 13:12:20 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2022 13:12:20 -0000 https://gcc.gnu.org/g:19f48f2ae221877401e23eafed4753d71400c141 commit r10-10566-g19f48f2ae221877401e23eafed4753d71400c141 Author: Timm Bäder Date: Fri Apr 1 11:03:45 2022 +0100 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: --- libstdc++-v3/include/bits/fs_ops.h | 2 +- libstdc++-v3/include/experimental/bits/fs_ops.h | 2 +- 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 26a29b25de5..db17d11d8b7 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 5b0aad4e3ae..ffbfcf6ade8 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} */