mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
de37509455
commit
6fbd0dacc9
@ -174,6 +174,10 @@
|
|||||||
<item nolink="true">
|
<item nolink="true">
|
||||||
<name>Examples: C++</name>
|
<name>Examples: C++</name>
|
||||||
<sub>
|
<sub>
|
||||||
|
<item>
|
||||||
|
<name>SQLite</name>
|
||||||
|
<link>sqlite_ex.cpp.html</link>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<name>Hough_Transform</name>
|
<name>Hough_Transform</name>
|
||||||
<link>hough_transform_ex.cpp.html</link>
|
<link>hough_transform_ex.cpp.html</link>
|
||||||
|
@ -893,6 +893,9 @@
|
|||||||
and compile it straight into your application (download the amalgamation).
|
and compile it straight into your application (download the amalgamation).
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>sqlite_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
@ -911,6 +914,10 @@
|
|||||||
you must make sure you link your application with SQLite.
|
you must make sure you link your application with SQLite.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>sqlite_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
@ -924,6 +931,10 @@
|
|||||||
This object is a tool for creating exception safe
|
This object is a tool for creating exception safe
|
||||||
<a href="#database">database</a> transactions.
|
<a href="#database">database</a> transactions.
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>sqlite_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user