Initial Graph and Regex HTML integration

[SVN r7849]
This commit is contained in:
Beman Dawes
2000-09-26 19:02:50 +00:00
parent 4dbf30d14e
commit 61696218da
10 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<table border="0" cellpadding="7" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50%"><h3 align="right"><img
src="c++boost.gif" alt="C++ Boost" width="276"
src="../../c++boost.gif" alt="C++ Boost" width="276"
height="86"></h3>
</td>
<td valign="top" width="50%"><h2 align="center">Regex++,
@ -329,7 +329,7 @@ flags have the following effects: <br>
<h3><a name="bad_expression"></a>Exception classes.</h3>
<p>#include &lt;<a href="../../boost/pat_except.hpp">boost/pat_except.hpp</a>&gt;
<p>#include &lt;<a href="../../boost/pattern_except.hpp">boost/pat_except.hpp</a>&gt;
</p>
<p>An instance of <i>bad_expression</i> is thrown whenever a bad
@ -2048,7 +2048,7 @@ follows: <br>
</tr>
</table>
<p>Example: the following <a href="demo/snipptes/snip4.cpp">example</a>
<p>Example: the following <a href="demo/snippets/snip4.cpp">example</a>
takes C/C++ source code as input, and outputs syntax highlighted
HTML code. </p>