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:
parent
bd7f30a156
commit
21ffc3f709
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user