mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
29121937c3
commit
d3b5425a44
|
@ -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>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
|
Loading…
Reference in New Issue