mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
29121937c3
commit
d3b5425a44
|
@ -833,30 +833,10 @@
|
||||||
<component>
|
<component>
|
||||||
<name>timeout</name>
|
<name>timeout</name>
|
||||||
<file>dlib/timeout.h</file>
|
<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>
|
<description>
|
||||||
This object provides a simple way to implement a timeout.
|
This object provides a simple way to implement a timeout.
|
||||||
</description>
|
</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>
|
</component>
|
||||||
|
|
||||||
<!-- ************************************************************************* -->
|
<!-- ************************************************************************* -->
|
||||||
|
|
Loading…
Reference in New Issue