aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1_impl/regex
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1_impl/regex')
-rw-r--r--libstdc++-v3/include/tr1_impl/regex6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1_impl/regex b/libstdc++-v3/include/tr1_impl/regex
index 8df62c2..6a4567b 100644
--- a/libstdc++-v3/include/tr1_impl/regex
+++ b/libstdc++-v3/include/tr1_impl/regex
@@ -1,6 +1,6 @@
// class template regex -*- C++ -*-
-// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -262,9 +262,9 @@ namespace regex_constants
* Format strings (from ECMA-262 [15.5.4.11]):
* @li $$ The dollar-sign itself ($)
* @li $& The matched substring.
- * @li $` The portion of <em>string</em> that precedes the matched substring.
+ * @li $` The portion of @a string that precedes the matched substring.
* This would be match_results::prefix().
- * @li $' The portion of <em>string</em> that follows the matched substring.
+ * @li $' The portion of @a string that follows the matched substring.
* This would be match_results::suffix().
* @li $n The nth capture, where n is in [1,9] and $n is not followed by a
* decimal digit. If n <= match_results::size() and the nth capture