You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/15 14:12:52 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3625: JavaDoc code blocks are not rendered well in the documentation

jamesnetherton opened a new issue #3625:
URL: https://github.com/apache/camel-quarkus/issues/3625


   Here's how the config docs for the YAML DSL is supposed to look:
   
   https://github.com/apache/camel-quarkus/blob/main/extensions-core/yaml-dsl/runtime/src/main/java/org/apache/camel/quarkus/dsl/yaml/YamlDslConfiguration.java#L26-L59
   
   How it actually gets rendered:
   
   https://camel.apache.org/camel-quarkus/2.7.x/reference/extensions/yaml-dsl.html#quarkus.camel.yaml.flow-mode
   
   I notice in Quarkus that they use `asciidoclet`. I wonder if we could make use of that. Example markup here:
   
   https://github.com/quarkusio/quarkus/blob/main/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/config/MPMetricsConfigGroup.java#L13-L34


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org