updated docs

This commit is contained in:
Davis King 2015-01-29 21:13:30 -05:00
parent de37509455
commit 6fbd0dacc9
2 changed files with 15 additions and 0 deletions

View File

@ -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>

View File

@ -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>