Commit 6fbd0dac authored by Davis King's avatar Davis King

updated docs

parent de375094
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment