Skip to content

Commit 2a62ddd

Browse files
committed
docs: Fix doxygen link syntax
1 parent d77f92c commit 2a62ddd

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

doc/index.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ MySQL Connector/C++ is a library for applications written in C or C++ that
55
communicate with MySQL database servers. Version 8.0 of Connector/C++
66
implements three different APIs which can be used by applications:
77

8-
- The new [X DevAPI] (@ref devapi_ref) for applications written in C++.
9-
- The new [X DevAPI for C] (@ref xapi_ref) for applications written in plain C.
10-
- The [legacy JDBC4-based API] (@ref jdbc_ref)
8+
- The new [X DevAPI](@ref devapi_ref) for applications written in C++.
9+
- The new [X DevAPI for C](@ref xapi_ref) for applications written in plain C.
10+
- The [legacy JDBC4-based API](@ref jdbc_ref)
1111
also implemented in version 1.1 of the connector.
1212

13-
The new APIs give access to MySQL implementing a [document store]
14-
(https://dev.mysql.com/doc/refman/8.0/en/document-store.html). Internally
15-
these APIs use the new X Protocol to communicate with the MySQL Server.
16-
Consequently, code written against these APIs can work only with MySQL Server 8
17-
with the X Plugin enabled in it. Apart from accessing the document store, the
18-
new APIs allow executing traditional SQL queries as well.
13+
The new APIs give access to MySQL implementing a
14+
[document store](https://dev.mysql.com/doc/refman/8.0/en/document-store.html).
15+
Internally these APIs use the new X Protocol to communicate with the MySQL
16+
Server. Consequently, code written against these APIs can work only with MySQL
17+
Server 8 with the X Plugin enabled in it. Apart from accessing the document
18+
store, the new APIs allow executing traditional SQL queries as well.
1919

2020
Applications written against the JDBC4 based API of Connector/C++ 1.1 can be also
2121
compiled with Connector/C++ 8.0 which is backward compatible with the earlier
@@ -27,16 +27,16 @@ explained in @ref usage.
2727

2828
More information:
2929

30-
- [Connector/C++ X DevAPI Reference] (@ref devapi)
31-
- [Connector/C++ X DevAPI for C Reference] (@ref xapi)
30+
- [Connector/C++ X DevAPI Reference](@ref devapi)
31+
- [Connector/C++ X DevAPI for C Reference](@ref xapi)
3232
- [How to build code that uses Connector/C++](@ref usage)
33-
- [Indexing Document Collections] (@ref indexing)
33+
- [Indexing Document Collections](@ref indexing)
3434

3535
See also our
36-
[online documentation] (https://dev.mysql.com/doc/connector-cpp/8.0/en/)
36+
[online documentation](https://dev.mysql.com/doc/connector-cpp/8.0/en/)
3737

3838
<!--
39-
Copyright (c) 2015, 2020, Oracle and/or its affiliates.
39+
Copyright (c) 2015, 2022, Oracle and/or its affiliates.
4040

4141
This program is free software; you can redistribute it and/or modify
4242
it under the terms of the GNU General Public License, version 2.0, as

doc/xapi_ref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are several things to keep in mind:
8282

8383
A more complete example of code that access MySQL Database using the X DevAPI
8484
for C is presented below. See also
85-
[the list of X DevAPI for C Functions] (@ref xapi).
85+
[the list of X DevAPI for C Functions](@ref xapi).
8686

8787

8888
### Sample code which uses Connector/C++ with X DevAPI for C ###
@@ -253,7 +253,7 @@ Session closed
253253

254254

255255
<!--
256-
Copyright (c) 2016, 2020, Oracle and/or its affiliates.
256+
Copyright (c) 2016, 2022, Oracle and/or its affiliates.
257257

258258
This program is free software; you can redistribute it and/or modify
259259
it under the terms of the GNU General Public License, version 2.0, as

0 commit comments

Comments
 (0)