diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 32c89a045de..d7b40b43b76 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2010-07-03 Jonathan Wakely + + * 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 * acinclude.m4 (symvers_renaming): Define diff --git a/libstdc++-v3/include/bits/regex_compiler.h b/libstdc++-v3/include/bits/regex_compiler.h index 0bc362dc77e..b15807aa762 100644 --- a/libstdc++-v3/include/bits/regex_compiler.h +++ b/libstdc++-v3/include/bits/regex_compiler.h @@ -23,7 +23,7 @@ // . /** - * @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 787b88b8cd4..ae462b3234f 100644 --- a/libstdc++-v3/include/bits/regex_constants.h +++ b/libstdc++-v3/include/bits/regex_constants.h @@ -23,7 +23,7 @@ // . /** - * @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 56bfae4cc66..283eabfd9fb 100644 --- a/libstdc++-v3/include/bits/regex_error.h +++ b/libstdc++-v3/include/bits/regex_error.h @@ -23,7 +23,7 @@ // . /** - * @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 f243c92406b..33890e4257c 100644 --- a/libstdc++-v3/include/bits/regex_grep_matcher.h +++ b/libstdc++-v3/include/bits/regex_grep_matcher.h @@ -23,7 +23,7 @@ // . /** - * @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 17d1e6449dc..6964592ab1d 100644 --- a/libstdc++-v3/include/bits/regex_grep_matcher.tcc +++ b/libstdc++-v3/include/bits/regex_grep_matcher.tcc @@ -23,7 +23,7 @@ // . /** - * @file regex_grep_matcher.cc + * @file bits/regex_grep_matcher.tcc */ #include diff --git a/libstdc++-v3/include/bits/regex_nfa.tcc b/libstdc++-v3/include/bits/regex_nfa.tcc index 38ab7e0b2ae..2a1a4d07679 100644 --- a/libstdc++-v3/include/bits/regex_nfa.tcc +++ b/libstdc++-v3/include/bits/regex_nfa.tcc @@ -23,7 +23,7 @@ // . /** - * @file regex_nfa.cc + * @file bits/regex_nfa.tcc */ #include