summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/_n.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/_n.html')
-rw-r--r--doc/html/boost/xpressive/_n.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/_n.html b/doc/html/boost/xpressive/_n.html
index 9a67ac2c77..827f7d39de 100644
--- a/doc/html/boost/xpressive/_n.html
+++ b/doc/html/boost/xpressive/_n.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -33,7 +34,7 @@
</span><span class="identifier">proto</span><span class="special">::</span><span class="identifier">terminal</span><span class="special">&lt;</span> <span class="keyword">char</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <span class="keyword">const</span> _n<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp534645856"></a><h2>Description</h2>
+<a name="idp541033632"></a><h2>Description</h2>
<p>'_n' matches a single newline character, '\n'. Use ~_n to match a character that is not a newline.</p>
<div class="note"><table border="0" summary="Note">
<tr>