aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2010-07-03 12:35:03 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2010-07-03 13:35:03 +0100
commit21ffc3f7092a49cff26ebf6762f4098540539fa6 (patch)
treecdf507c7a0c7c6f1e3dd146342a082d7a3af5167 /libstdc++-v3/include
parentbd7f30a1565291ca11c80ce38603624aaa50f124 (diff)
downloadgcc-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
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/bits/regex_compiler.h2
-rw-r--r--libstdc++-v3/include/bits/regex_constants.h2
-rw-r--r--libstdc++-v3/include/bits/regex_error.h2
-rw-r--r--libstdc++-v3/include/bits/regex_grep_matcher.h2
-rw-r--r--libstdc++-v3/include/bits/regex_grep_matcher.tcc2
-rw-r--r--libstdc++-v3/include/bits/regex_nfa.tcc2
6 files changed, 6 insertions, 6 deletions
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>