Create gh-pages branch via GitHub

This commit is contained in:
Sébastien Rombauts 2013-03-10 13:52:04 -07:00
parent 0bccfb2caf
commit 151355eb65
2 changed files with 4 additions and 3 deletions

View File

@ -41,8 +41,9 @@ The source code for SQLite is in the public domain.
<h3>About SQLiteC++:</h3> <h3>About SQLiteC++:</h3>
<p>SQLiteC++ offers an encapsulation arround the native C APIs of sqlite, <p>SQLiteC++ offers an encapsulation arround the native C APIs of sqlite,
with a few intuitive and well documented C++ class. with a few intuitive and well documented C++ class.</p>
Doxygen documentation: <a href="http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html">http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html</a></p>
<p>Doxygen documentation: <a href="http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html">http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html</a></p>
<h3>The goals of SQLiteC++ are:</h3> <h3>The goals of SQLiteC++ are:</h3>

File diff suppressed because one or more lines are too long