Removed doxygen version from generated docs - avoids redundant updates!

[SVN r12496]
This commit is contained in:
Vesa Karvonen
2002-01-25 13:14:30 +00:00
parent 18f3c4b6ae
commit e481dd2824
70 changed files with 83 additions and 83 deletions

View File

@ -3,7 +3,7 @@
src="../../../../c++boost.gif"
width=277 align=center></a>
<hr>
<!-- Generated by Doxygen 1.2.13 -->
<!-- Generated by Doxygen -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>fold_left.hpp File Reference</h1><table border=0 cellpadding=0 cellspacing=0>
@ -63,7 +63,7 @@ expands to:
)
</pre></div></pre>
<p>
Note that folding, or accumulation, is a very general pattern of computation. Most list operations can implemented in terms of folding.
Note that folding, or accumulation, is a very general pattern of computation. Most list operations can be implemented in terms of folding.
<p>
See <a class="el" href="fold__right_8hpp.html#a0">BOOST_PP_LIST_FOLD_RIGHT</a>(). </td>
</tr>