mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Create gh-pages branch via GitHub
This commit is contained in:
parent
554fa46f39
commit
0bccfb2caf
@ -41,7 +41,8 @@ The source code for SQLite is in the public domain.
|
||||
<h3>About SQLiteC++:</h3>
|
||||
|
||||
<p>SQLiteC++ offers an encapsulation arround the native C APIs of sqlite,
|
||||
with a few intuitive and well documented C++ class.</p>
|
||||
with a few intuitive and well documented C++ class.
|
||||
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>
|
||||
|
||||
@ -175,7 +176,7 @@ use the tools provided by GitHub:</p>
|
||||
<li>files (.cpp/.h) are named like the class they contains</li>
|
||||
<li>function and variable names begins with a lower case letter</li>
|
||||
<li>member variables begins with a 'm', function arguments begins with a 'a', boolean with a 'b', pointers with a 'p'</li>
|
||||
<li>each file, class, method and member variable is documented using Doxygen tags
|
||||
<li>each file, class, method and member variable is documented using Doxygen tags (<a href="http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html">http://srombauts.github.com/SQLiteCpp/doc/html/annotated.html</a>)
|
||||
See also <a href="http://www.appinf.com/download/CppCodingStyleGuide.pdf">http://www.appinf.com/download/CppCodingStyleGuide.pdf</a> for good guidelines</li>
|
||||
</ul><h2>See also - Some other simple C++ SQLite wrappers:</h2>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user