forked from boostorg/regex
Initial Graph and Regex HTML integration
[SVN r7849]
This commit is contained in:
@ -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 <<a href="../../boost/pat_except.hpp">boost/pat_except.hpp</a>>
|
||||
<p>#include <<a href="../../boost/pattern_except.hpp">boost/pat_except.hpp</a>>
|
||||
</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>
|
||||
|
||||
|
Reference in New Issue
Block a user