* include/experimental/bits/string_view.tcc: Fix doxygen @file.

From-SVN: r230221
This commit is contained in:
Jonathan Wakely 2015-11-12 10:08:49 +00:00 committed by Jonathan Wakely
parent 73064edc3a
commit 53dc6fb862
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-11-12 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/bits/string_view.tcc: Fix doxygen @file.
2015-11-11 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/new_handler.cc: Fix for explicit constructor change.

View File

@ -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}
*/