* [patch] Fix doxygen @file comment in libstdc++ header
@ 2015-11-12 10:09 Jonathan Wakely
0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2015-11-12 10:09 UTC (permalink / raw)
To: libstdc++, gcc-patches
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
A trivial patch, I didn't edit the @file when I moved this file to the
new bits sub-directory.
Committed as obvious.
[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 838 bytes --]
commit 1229ad46adf4d9a74b3da4e354120ebaa1be8eb1
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu Nov 12 10:07:08 2015 +0000
* include/experimental/bits/string_view.tcc: Fix doxygen @file.
diff --git a/libstdc++-v3/include/experimental/bits/string_view.tcc b/libstdc++-v3/include/experimental/bits/string_view.tcc
index 75a34f9..0eb4f70 100644
--- a/libstdc++-v3/include/experimental/bits/string_view.tcc
+++ b/libstdc++-v3/include/experimental/bits/string_view.tcc
@@ -22,7 +22,7 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
-/** @file experimental/string_view.tcc
+/** @file experimental/bits/string_view.tcc
* This is an internal header file, included by other library headers.
* Do not attempt to use it directly. @headername{string_view}
*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-12 10:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 10:09 [patch] Fix doxygen @file comment in libstdc++ header Jonathan Wakely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).