blob: 3f21644fc391fa393a584bac6dc5c770a88c761f [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}
| link:@{row.docLink}[@{row.title}] (@{row.artifactId}) +
`@{row.syntax}` | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}
|===
@end{}