summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/regex_constants.h')
-rw-r--r--libstdc++-v3/include/bits/regex_constants.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/regex_constants.h b/libstdc++-v3/include/bits/regex_constants.h
index 616bd0b887f..340421a5abd 100644
--- a/libstdc++-v3/include/bits/regex_constants.h
+++ b/libstdc++-v3/include/bits/regex_constants.h
@@ -50,7 +50,7 @@ namespace regex_constants
/**
* @name 5.1 Regular Expression Syntax Options
*/
- //@{
+ ///@{
enum __syntax_option
{
_S_icase,
@@ -216,7 +216,7 @@ namespace regex_constants
operator^=(syntax_option_type& __a, syntax_option_type __b)
{ return __a = __a ^ __b; }
- //@}
+ ///@}
/**
* @name 5.2 Matching Rules
@@ -227,7 +227,7 @@ namespace regex_constants
* below for any bitmask elements set.
*
*/
- //@{
+ ///@{
enum __match_flag
{
@@ -407,7 +407,7 @@ namespace regex_constants
operator^=(match_flag_type& __a, match_flag_type __b)
{ return __a = __a ^ __b; }
- //@}
+ ///@}
} // namespace regex_constants
/* @} */ // group regex