summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/database_backends.dox
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2018-11-05 08:09:07 +0100
committerTomek Mrugalski <tomasz@isc.org>2018-11-05 08:09:07 +0100
commit63dc9ec8cf67574f388bd9686cacfdff32a48c3b (patch)
tree630ea9463963e0604effa3ae6fe3e523a3a16022 /src/lib/dhcpsrv/database_backends.dox
parent[180-address-some-doxygen-warnings-errors] Saved tentative fixes (diff)
downloadkea-63dc9ec8cf67574f388bd9686cacfdff32a48c3b.tar.xz
kea-63dc9ec8cf67574f388bd9686cacfdff32a48c3b.zip
[#180,!93] More doxygen warnings fixed.
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r--src/lib/dhcpsrv/database_backends.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox
index 59d73082cd..e7019accd6 100644
--- a/src/lib/dhcpsrv/database_backends.dox
+++ b/src/lib/dhcpsrv/database_backends.dox
@@ -76,7 +76,7 @@
- <b>user</b> - database user ID under which the database is accessed. If not
specified, no user ID is used - the database is assumed to be open.
- For details, see @ref isc::dhcp::MySqlConnection::openDatabase().
+ For details, see @ref isc::db::MySqlConnection::openDatabase().
@subsection dhcpdb-keywords-pgsql PostgreSQL connection string keywords
@@ -89,7 +89,7 @@
- <b>user</b> - database user ID under which the database is accessed. If not
specified, no user ID is used - the database is assumed to be open.
- For details, see @ref isc::dhcp::PgSqlConnection::openDatabase().
+ For details, see @ref isc::db::PgSqlConnection::openDatabase().
@subsection dhcpdb-keywords-cql Cassandra (CQL) connection string keywords
@@ -103,7 +103,7 @@
- <b>keyspace</b> - an optional keyspace. If not specified, the default value
of 'keatest' will be used.
- For details, see @ref isc::dhcp::CqlConnection::openDatabase().
+ For details, see @ref isc::db::CqlConnection::openDatabase().
@section dhcpdb-host Host Backends