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">
|
||||
<name>Examples: C++</name>
|
||||
<sub>
|
||||
<item>
|
||||
<name>SQLite</name>
|
||||
<link>sqlite_ex.cpp.html</link>
|
||||
</item>
|
||||
<item>
|
||||
<name>Hough_Transform</name>
|
||||
<link>hough_transform_ex.cpp.html</link>
|
||||
|
@ -893,6 +893,9 @@
|
||||
and compile it straight into your application (download the amalgamation).
|
||||
</p>
|
||||
</description>
|
||||
<examples>
|
||||
<example>sqlite_ex.cpp.html</example>
|
||||
</examples>
|
||||
|
||||
</component>
|
||||
|
||||
@ -911,6 +914,10 @@
|
||||
you must make sure you link your application with SQLite.
|
||||
</p>
|
||||
</description>
|
||||
<examples>
|
||||
<example>sqlite_ex.cpp.html</example>
|
||||
</examples>
|
||||
|
||||
|
||||
</component>
|
||||
|
||||
@ -924,6 +931,10 @@
|
||||
This object is a tool for creating exception safe
|
||||
<a href="#database">database</a> transactions.
|
||||
</description>
|
||||
<examples>
|
||||
<example>sqlite_ex.cpp.html</example>
|
||||
</examples>
|
||||
|
||||
|
||||
</component>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user