blob: 4904ef19a8a125c7d739632fac6a9ca9fe8526a7 [file] [log] [blame]
@if{!components.isEmpty()}
Number of Camel components: @{components.size} in @{numberOfArtifacts} JAR artifacts (@{numberOfDeprecated} deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
| Component | Since | Description
@foreach{row : components}
| @{row.docLink}[@{row.title}] (@{row.artifactId}) +
`@{row.syntax}` | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}
|===
@end{}