diff mbox

[v3] adjust doxygen @file comment for regex headers

Message ID AANLkTinGPjNB7cEhNykJIPlrO2Dkld8jZy4-8mHZkRBq@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely July 3, 2010, 12:34 p.m. UTC
* 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.

committed to trunk
diff mbox

Patch

Index: include/bits/regex_compiler.h
===================================================================
--- include/bits/regex_compiler.h	(revision 161681)
+++ include/bits/regex_compiler.h	(working copy)
@@ -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.
  */
Index: include/bits/regex_constants.h
===================================================================
--- include/bits/regex_constants.h	(revision 161681)
+++ include/bits/regex_constants.h	(working copy)
@@ -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.
Index: include/bits/regex_error.h
===================================================================
--- include/bits/regex_error.h	(revision 161681)
+++ include/bits/regex_error.h	(working copy)
@@ -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.
Index: include/bits/regex_grep_matcher.h
===================================================================
--- include/bits/regex_grep_matcher.h	(revision 161681)
+++ include/bits/regex_grep_matcher.h	(working copy)
@@ -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.
  */
Index: include/bits/regex_grep_matcher.tcc
===================================================================
--- include/bits/regex_grep_matcher.tcc	(revision 161681)
+++ include/bits/regex_grep_matcher.tcc	(working copy)
@@ -23,7 +23,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 /**
- * @file regex_grep_matcher.cc
+ * @file bits/regex_grep_matcher.tcc
  */
 #include <regex>
 
Index: include/bits/regex_nfa.tcc
===================================================================
--- include/bits/regex_nfa.tcc	(revision 161681)
+++ include/bits/regex_nfa.tcc	(working copy)
@@ -23,7 +23,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 /**
- * @file regex_nfa.cc
+ * @file bits/regex_nfa.tcc
  */
 #include <regex>