Commit 56c7673b authored by Davis King's avatar Davis King

updated docs

parent 06501db2
...@@ -224,42 +224,6 @@ ...@@ -224,42 +224,6 @@
<example>sockets_ex_2.cpp.html</example> <example>sockets_ex_2.cpp.html</example>
</examples> </examples>
<implementations>
<implementation>
<name>sockstreambuf_kernel_1</name>
<file>dlib/sockstreambuf/sockstreambuf_kernel_1.h</file>
<description>
This implementation is done in the obvious way without any sort of buffering.
</description>
<typedefs>
<typedef>
<name>kernel_1a</name>
<description>is a typedef for sockstreambuf_kernel_1</description>
</typedef>
</typedefs>
</implementation>
<implementation>
<name>sockstreambuf_kernel_2</name>
<file>dlib/sockstreambuf/sockstreambuf_kernel_2.h</file>
<description>
This implementation is done in the obvious way but <i>with</i> buffering. Thus, it is
considerably faster than the unbuffered version of this object.
</description>
<typedefs>
<typedef>
<name>kernel_2a</name>
<description>is a typedef for sockstreambuf_kernel_2</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component> </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