Skip to content

Commit 1e26b60

Browse files
Fix namespace doxygen comment
1 parent 5983005 commit 1e26b60

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/modules/Column.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export module sqlitecpp.column;
1212
import sqlitecpp.sqlite3forward;
1313

1414
/**
15-
* @namespace sqlite
15+
* @namespace SQLite
1616
* @brief The SQLite SQLite:: namespace
1717
*/
1818
export namespace SQLite {

src/modules/Database.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export module sqlitecpp.database;
1212
import sqlitecpp.sqlite3forward;
1313

1414
/**
15-
* @namespace sqlite
15+
* @namespace SQLite
1616
* @brief The SQLite SQLite:: namespace
1717
*/
1818
export namespace SQLite {

src/modules/Exception.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export module sqlitecpp.exception;
1212
import sqlitecpp.sqlite3forward;
1313

1414
/**
15-
* @namespace sqlite
15+
* @namespace SQLite
1616
* @brief The SQLite SQLite:: namespace
1717
*/
1818
export namespace SQLite {

src/modules/Statement.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export import sqlitecpp.database;
1515
import sqlitecpp.sqlite3forward;
1616

1717
/**
18-
* @namespace sqlite
18+
* @namespace SQLite
1919
* @brief The SQLite SQLite:: namespace
2020
*/
2121
export namespace SQLite {

src/modules/Transaction.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export import sqlitecpp.database;
1414
import sqlitecpp.sqlite3forward;
1515

1616
/**
17-
* @namespace sqlite
17+
* @namespace SQLite
1818
* @brief The SQLite SQLite:: namespace
1919
*/
2020
export namespace SQLite {

src/modules/sqlite3forward.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module;
1010
export module sqlitecpp.sqlite3forward;
1111

1212
/**
13-
* @namespace sqlite
13+
* @namespace SQLite
1414
* @brief The SQLite SQLite:: namespace
1515
*/
1616
export namespace SQLite {

0 commit comments

Comments
 (0)