Commit 854ece55 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404279
parent 05ed2b5b
......@@ -1162,6 +1162,7 @@
<examples>
<example>pipe_ex_2.cpp.html</example>
<example>bridge_ex.cpp.html</example>
</examples>
</component>
......
......@@ -66,7 +66,7 @@
<li><b>Threading</b>
<ul>
<li>The library provides a portable and simple <a href="api.html#threads">threading API</a></li>
<li>A <a href="other.html#pipe">pipe</a> for inter-thread communication</li>
<li>A message passing <a href="other.html#pipe">pipe</a> for inter-thread and <a href="network.html#bridge">inter-process</a> communication</li>
<li>A <a href="other.html#timer">timer</a> object capable of generating events that are regularly spaced in time</li>
<li><a href="api.html#thread_specific_data">Thread specific data</a></li>
<li><a href="api.html#threaded_object">Threaded objects</a></li>
......@@ -83,6 +83,7 @@
to interoperate with the C++ iostreams library </li>
<li>A simple <a href="network.html#http">HTTP server</a> object you can use to embed a
web server into your applications</li>
<li>A message passing <a href="other.html#pipe">pipe</a> for inter-thread and <a href="network.html#bridge">inter-process</a> communication</li>
</ul>
</li>
......
......@@ -287,6 +287,10 @@
<name>Quantum_Computing</name>
<link>quantum_computing_ex.cpp.html</link>
</item>
<item>
<name>Bridge</name>
<link>bridge_ex.cpp.html</link>
</item>
<item>
<name>Pipe</name>
<link>pipe_ex.cpp.html</link>
......
......@@ -86,6 +86,9 @@
This object is a tool for bridging a <a href="other.html#pipe">pipe</a> object between
two network connected applications.
</description>
<examples>
<example>bridge_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......
......@@ -300,6 +300,7 @@
<examples>
<example>pipe_ex.cpp.html</example>
<example>pipe_ex_2.cpp.html</example>
<example>bridge_ex.cpp.html</example>
</examples>
</component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment