Skip to content

Commit e95bc9c

Browse files
committed
Leverage backticks with @asciidoclet
1 parent 29f98a4 commit e95bc9c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DevServicesBuildTimeConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ public interface DevServicesBuildTimeConfig {
2626

2727
/**
2828
* The container image name for container-based Dev Service providers.
29-
* <p>
29+
*
3030
* This has no effect if the provider is not a container-based database, such as H2 or Derby.
31-
* <p>
31+
*
3232
* Defaults depend on the configured `datasource`:
33-
* <p>
34-
* * DB2: {db2-image}
35-
* * MariaDB: {mariadb-image}
36-
* * Microsoft SQL Server: {mssql-image}
37-
* * MySQL: {mysql-image}
38-
* * Oracle Express Edition: {oracle-image}
39-
* * PostgreSQL: {postgres-image}
33+
*
34+
* * DB2: `{db2-image}`
35+
* * MariaDB: `{mariadb-image}`
36+
* * Microsoft SQL Server: `{mssql-image}`
37+
* * MySQL: `{mysql-image}`
38+
* * Oracle Express Edition: `{oracle-image}`
39+
* * PostgreSQL: `{postgres-image}`
4040
*
4141
* @asciidoclet
4242
*/

extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/ElasticsearchCommonBuildTimeConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ interface ElasticsearchDevServicesBuildTimeConfig {
5858
*
5959
* Defaults depend on the configured `distribution`:
6060
*
61-
* * For the `elastic` distribution: {elasticsearch-image}
62-
* * For the `opensearch` distribution: {opensearch-image}
61+
* * For the `elastic` distribution: `{elasticsearch-image}`
62+
* * For the `opensearch` distribution: `{opensearch-image}`
6363
*
6464
* @asciidoclet
6565
*/

0 commit comments

Comments
 (0)