This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new e5dc2ac  Fix source code formatting in native mode reflection docs
e5dc2ac is described below

commit e5dc2acb1350667f0fc95e716f86079bec7bfb69
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Oct 14 09:37:11 2021 +0100

    Fix source code formatting in native mode reflection docs
---
 docs/modules/ROOT/pages/user-guide/native-mode.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/user-guide/native-mode.adoc 
b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
index 7d759a4..7f1b4bd 100644
--- a/docs/modules/ROOT/pages/user-guide/native-mode.adoc
+++ b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
@@ -102,9 +102,9 @@ quarkus.camel.native.reflection.exclude-patterns = 
org.apache.commons.lang3.tupl
 ----
 +
 For these options to work properly, the artifacts containing the selected 
classes
-must either contain a Jandex index ({@code META-INF/jandex.idx}) or they must
-be registered for indexing using the {@code quarkus.index-dependency.*} options
-in {@code application.properties} - e.g.
+must either contain a Jandex index (`META-INF/jandex.idx`) or they must
+be registered for indexing using the `quarkus.index-dependency.*` options
+in `application.properties` - e.g.
 +
 [source,properties]
 ----

Reply via email to