OSDN Git Service

2010-07-03 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Jul 2010 12:35:03 +0000 (12:35 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Jul 2010 12:35:03 +0000 (12:35 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161773 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_compiler.h
libstdc++-v3/include/bits/regex_constants.h
libstdc++-v3/include/bits/regex_error.h
libstdc++-v3/include/bits/regex_grep_matcher.h
libstdc++-v3/include/bits/regex_grep_matcher.tcc
libstdc++-v3/include/bits/regex_nfa.tcc

index 32c89a0..d7b40b4 100644 (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
 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * acinclude.m4 (symvers_renaming): Define
index 0bc362d..b15807a 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <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.
  */
  * This is an internal header file, included by other library headers.
  * You should not attempt to use it directly.
  */
index 787b88b..ae462b3 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <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.
  * @brief Constant definitions for the std regex library.
  *
  *  This is an internal header file, included by other library headers.
index 56bfae4..283eabf 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <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.
  * @brief Error and exception objects for the std regex library.
  *
  *  This is an internal header file, included by other library headers.
index f243c92..33890e4 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <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.
  */
  * This is an internal header file, included by other library headers.
  * You should not attempt to use it directly.
  */
index 17d1e64..6964592 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <http://www.gnu.org/licenses/>.
 
 /**
- * @file regex_grep_matcher.cc
+ * @file bits/regex_grep_matcher.tcc
  */
 #include <regex>
 
  */
 #include <regex>
 
index 38ab7e0..2a1a4d0 100644 (file)
@@ -23,7 +23,7 @@
 // <http://www.gnu.org/licenses/>.
 
 /**
 // <http://www.gnu.org/licenses/>.
 
 /**
- * @file regex_nfa.cc
+ * @file bits/regex_nfa.tcc
  */
 #include <regex>
 
  */
 #include <regex>