regex_compiler.h: Fix filename in doxygen comment.

2010-07-03  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/bits/regex_compiler.h: Fix filename in doxygen comment.
	* include/bits/regex_constants.h: Likewise.
	* include/bits/regex_error.h: Likewise.
	* include/bits/regex_grep_matcher.h: Likewise.
	* include/bits/regex_grep_matcher.tcc: Likewise.
	* include/bits/regex_nfa.tcc: Likewise.

From-SVN: r161773
This commit is contained in:
Jonathan Wakely 2010-07-03 12:35:03 +00:00 committed by Jonathan Wakely
parent bd7f30a156
commit 21ffc3f709
7 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
2010-07-03 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/regex_compiler.h: Fix filename in doxygen comment.
* include/bits/regex_constants.h: Likewise.
* include/bits/regex_error.h: Likewise.
* include/bits/regex_grep_matcher.h: Likewise.
* include/bits/regex_grep_matcher.tcc: Likewise.
* include/bits/regex_nfa.tcc: Likewise.
2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* acinclude.m4 (symvers_renaming): Define

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file bits/regex_parser.h
* @file bits/regex_compiler.h
* This is an internal header file, included by other library headers.
* You should not attempt to use it directly.
*/

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file bits/regex_constants
* @file bits/regex_constants.h
* @brief Constant definitions for the std regex library.
*
* This is an internal header file, included by other library headers.

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file bits/regex_error
* @file bits/regex_error.h
* @brief Error and exception objects for the std regex library.
*
* This is an internal header file, included by other library headers.

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file bits/regex_executor.h
* @file bits/regex_grep_matcher.h
* This is an internal header file, included by other library headers.
* You should not attempt to use it directly.
*/

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file regex_grep_matcher.cc
* @file bits/regex_grep_matcher.tcc
*/
#include <regex>

View File

@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file regex_nfa.cc
* @file bits/regex_nfa.tcc
*/
#include <regex>