diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2010-07-03 12:35:03 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2010-07-03 13:35:03 +0100 |
commit | 21ffc3f7092a49cff26ebf6762f4098540539fa6 (patch) | |
tree | cdf507c7a0c7c6f1e3dd146342a082d7a3af5167 | |
parent | bd7f30a1565291ca11c80ce38603624aaa50f124 (diff) | |
download | gcc-21ffc3f7092a49cff26ebf6762f4098540539fa6.zip gcc-21ffc3f7092a49cff26ebf6762f4098540539fa6.tar.gz gcc-21ffc3f7092a49cff26ebf6762f4098540539fa6.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_compiler.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_constants.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_error.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_grep_matcher.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_grep_matcher.tcc | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/regex_nfa.tcc | 2 |
7 files changed, 15 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 32c89a0..d7b40b4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/bits/regex_compiler.h b/libstdc++-v3/include/bits/regex_compiler.h index 0bc362d..b15807a 100644 --- a/libstdc++-v3/include/bits/regex_compiler.h +++ b/libstdc++-v3/include/bits/regex_compiler.h @@ -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. */ diff --git a/libstdc++-v3/include/bits/regex_constants.h b/libstdc++-v3/include/bits/regex_constants.h index 787b88b..ae462b3 100644 --- a/libstdc++-v3/include/bits/regex_constants.h +++ b/libstdc++-v3/include/bits/regex_constants.h @@ -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. diff --git a/libstdc++-v3/include/bits/regex_error.h b/libstdc++-v3/include/bits/regex_error.h index 56bfae4..283eabf 100644 --- a/libstdc++-v3/include/bits/regex_error.h +++ b/libstdc++-v3/include/bits/regex_error.h @@ -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. diff --git a/libstdc++-v3/include/bits/regex_grep_matcher.h b/libstdc++-v3/include/bits/regex_grep_matcher.h index f243c92..33890e4 100644 --- a/libstdc++-v3/include/bits/regex_grep_matcher.h +++ b/libstdc++-v3/include/bits/regex_grep_matcher.h @@ -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. */ diff --git a/libstdc++-v3/include/bits/regex_grep_matcher.tcc b/libstdc++-v3/include/bits/regex_grep_matcher.tcc index 17d1e64..6964592 100644 --- a/libstdc++-v3/include/bits/regex_grep_matcher.tcc +++ b/libstdc++-v3/include/bits/regex_grep_matcher.tcc @@ -23,7 +23,7 @@ // <http://www.gnu.org/licenses/>. /** - * @file regex_grep_matcher.cc + * @file bits/regex_grep_matcher.tcc */ #include <regex> diff --git a/libstdc++-v3/include/bits/regex_nfa.tcc b/libstdc++-v3/include/bits/regex_nfa.tcc index 38ab7e0..2a1a4d0 100644 --- a/libstdc++-v3/include/bits/regex_nfa.tcc +++ b/libstdc++-v3/include/bits/regex_nfa.tcc @@ -23,7 +23,7 @@ // <http://www.gnu.org/licenses/>. /** - * @file regex_nfa.cc + * @file bits/regex_nfa.tcc */ #include <regex> |