diff --git a/examples/example1/main.cpp b/examples/example1/main.cpp index bb91213..2a687ce 100644 --- a/examples/example1/main.cpp +++ b/examples/example1/main.cpp @@ -1,6 +1,6 @@ /** * @file main.cpp - * @brief Two short examples in a row. + * @brief A few short examples in a row. * * Demonstrate how-to use the SQLite++ wrapper * diff --git a/src/Column.cpp b/src/Column.cpp index 1301a42..1621bcf 100644 --- a/src/Column.cpp +++ b/src/Column.cpp @@ -1,7 +1,7 @@ /** * @file Column.cpp - * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * @ingroup SQLiteCpp + * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Column.h b/src/Column.h index baa43b8..8c8c6a3 100644 --- a/src/Column.h +++ b/src/Column.h @@ -1,7 +1,7 @@ /** * @file Column.h - * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * @ingroup SQLiteCpp + * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Database.cpp b/src/Database.cpp index 9c2fb27..b77a617 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -1,7 +1,7 @@ /** * @file Database.cpp - * @brief Management of a SQLite Database Connection. * @ingroup SQLiteCpp + * @brief Management of a SQLite Database Connection. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Database.h b/src/Database.h index 86337c1..9ecde61 100644 --- a/src/Database.h +++ b/src/Database.h @@ -1,7 +1,7 @@ /** * @file Database.h - * @brief Management of a SQLite Database Connection. * @ingroup SQLiteCpp + * @brief Management of a SQLite Database Connection. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Exception.h b/src/Exception.h index 841a945..4f5c3d5 100644 --- a/src/Exception.h +++ b/src/Exception.h @@ -1,7 +1,7 @@ /** * @file Exception.h - * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error. * @ingroup SQLiteCpp + * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/SQLiteC++.h b/src/SQLiteC++.h index 91efd0e..19f1db1 100644 --- a/src/SQLiteC++.h +++ b/src/SQLiteC++.h @@ -1,7 +1,7 @@ /** * @file SQLiteC++.h - * @brief SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files. * @ingroup SQLiteCpp + * @brief SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files. * * Include this main header file in your project to gain access to all functionality provided by the wrapper. * diff --git a/src/Statement.cpp b/src/Statement.cpp index b8a8edf..4d193e0 100644 --- a/src/Statement.cpp +++ b/src/Statement.cpp @@ -1,7 +1,7 @@ /** * @file Statement.cpp - * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * @ingroup SQLiteCpp + * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Statement.h b/src/Statement.h index 577d0dd..642a9d4 100644 --- a/src/Statement.h +++ b/src/Statement.h @@ -1,7 +1,7 @@ /** * @file Statement.h - * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * @ingroup SQLiteCpp + * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Transaction.cpp b/src/Transaction.cpp index bdb3176..0f6f01c 100644 --- a/src/Transaction.cpp +++ b/src/Transaction.cpp @@ -1,7 +1,7 @@ /** * @file Transaction.cpp - * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * @ingroup SQLiteCpp + * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) * diff --git a/src/Transaction.h b/src/Transaction.h index d189c04..b364e5f 100644 --- a/src/Transaction.h +++ b/src/Transaction.h @@ -1,7 +1,7 @@ /** * @file Transaction.h - * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * @ingroup SQLiteCpp + * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation. * * Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com) *