Commit 995d0216 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404275
parent eef0cde5
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<name>Objects</name> <name>Objects</name>
<item>linker</item> <item>linker</item>
<item>server</item> <item>server</item>
<item>bridge</item>
<item>sockstreambuf</item> <item>sockstreambuf</item>
</section> </section>
...@@ -75,6 +76,18 @@ ...@@ -75,6 +76,18 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>bridge</name>
<file>dlib/bridge.h</file>
<spec_file link="true">dlib/bridge/bridge_abstract.h</spec_file>
<description>
This object is a tool for bridging a <a href="other.html#pipe">pipe</a> object between
two network connected applications.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component checked="true"> <component checked="true">
......
...@@ -1002,6 +1002,7 @@ ...@@ -1002,6 +1002,7 @@
<term file="network.html" name="server"/> <term file="network.html" name="server"/>
<term link="network.html#http" name="HTTP server"/> <term link="network.html#http" name="HTTP server"/>
<term file="network.html" name="sockstreambuf"/> <term file="network.html" name="sockstreambuf"/>
<term file="network.html" name="bridge"/>
......
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