updated docs

This commit is contained in:
Davis King 2012-11-17 17:47:45 -05:00
parent 29121937c3
commit d3b5425a44
1 changed files with 1 additions and 21 deletions

View File

@ -833,30 +833,10 @@
<component>
<name>timeout</name>
<file>dlib/timeout.h</file>
<spec_file>dlib/timeout/timeout_kernel_abstract.h</spec_file>
<spec_file>dlib/timeout/timeout_abstract.h</spec_file>
<description>
This object provides a simple way to implement a timeout.
</description>
<implementations>
<implementation>
<name>timeout_kernel_1</name>
<file>dlib/timeout/timeout_kernel_1.h</file>
<description>
This is implemented in the obvious way using virtual functions and templates.
</description>
<typedefs>
<typedef>
<name>kernel_1a</name>
<description>is a typedef for timeout_kernel_1</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component>
<!-- ************************************************************************* -->