summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/find_format_all.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/find_format_all.html')
-rw-r--r--doc/html/boost/algorithm/find_format_all.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/find_format_all.html b/doc/html/boost/algorithm/find_format_all.html
index 85c81554ef..9d2ce689c6 100644
--- a/doc/html/boost/algorithm/find_format_all.html
+++ b/doc/html/boost/algorithm/find_format_all.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">
@@ -36,7 +37,7 @@
<span class="keyword">void</span> <span class="identifier">find_format_all</span><span class="special">(</span><span class="identifier">SequenceT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="identifier">FinderT</span> Finder<span class="special">,</span>
<span class="identifier">FormatterT</span> Formatter<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp428475968"></a><h2>Description</h2>
+<a name="idp434795136"></a><h2>Description</h2>
<p>Use the Finder to search for a substring. Use the Formatter to format this substring and replace it in the input. Repeat this for all matching substrings.The input is modified in-place.</p>
<p>
</p>