summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/self.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/self.html')
-rw-r--r--doc/html/boost/xpressive/self.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/self.html b/doc/html/boost/xpressive/self.html
index ae19be3a1c..90a7805882 100644
--- a/doc/html/boost/xpressive/self.html
+++ b/doc/html/boost/xpressive/self.html
@@ -34,7 +34,7 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> self<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp630159952"></a><h2>Description</h2>
+<a name="idp608787296"></a><h2>Description</h2>
<p>Useful when constructing recursive regular expression objects. The 'self' identifier is a short-hand for the current regex object. For instance, sregex rx = '(' &gt;&gt; (self | nil) &gt;&gt; ')'; will create a regex object that matches balanced parens such as "((()))". </p>
</div>
</div>