Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.15.0
-
Fix Version/s: 2.16.0
-
Component/s: camel-blueprint, camel-spring, tooling
-
Labels:None
-
Estimated Complexity:Unknown
Description
If we look at the springframework schema, they word wrap their documentation and use CDATA section
<xsd:attribute name="lazy-init" default="default" type="defaultable-boolean"> <xsd:annotation> <xsd:documentation><![CDATA[ Indicates whether or not this bean is to be lazily initialized. If false, it will be instantiated on startup by bean factories that perform eager initialization of singletons. The default is "false". Note: This attribute will not be inherited by child bean definitions. Hence, it needs to be specified per concrete bean definition. ]]></xsd:documentation> </xsd:annotation> </xsd:attribute>
As our documentation is single line, then it can be very long. I wonder if we should not word wrap as well, and format similar to spring so its easier to read directly from the schema file.
Attachments
Issue Links
- relates to
-
CAMEL-8334 EIP documentation maven plugin should aslo inject documentation to abstract/base types
-
- Resolved
-