Commit 21ffc3f7 by Jonathan Wakely Committed by Jonathan Wakely

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
parent bd7f30a1
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
......
......@@ -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.
*/
......
......@@ -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.
......
......@@ -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.
......
......@@ -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.
*/
......
......@@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file regex_grep_matcher.cc
* @file bits/regex_grep_matcher.tcc
*/
#include <regex>
......
......@@ -23,7 +23,7 @@
// <http://www.gnu.org/licenses/>.
/**
* @file regex_nfa.cc
* @file bits/regex_nfa.tcc
*/
#include <regex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment