From af51afb49fb55534f30fa9dbcd7a643a84c825c2 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Mon, 13 Mar 2023 11:59:20 +0100 Subject: [PATCH] Document 'since' attribute --- docs/jelly-taglib-ref.adoc | 2 ++ docs/taglib-jelly.xsd | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/docs/jelly-taglib-ref.adoc b/docs/jelly-taglib-ref.adoc index 818998d0c0..78d9541c0f 100644 --- a/docs/jelly-taglib-ref.adoc +++ b/docs/jelly-taglib-ref.adoc @@ -363,6 +363,8 @@ attribute expects as values. |deprecated |boolean |If the attribute is deprecated, set to true. Use of the deprecated attribute will cause a warning. + +|since |String |Used to track when the attribute was added to the API surface. |=== [#jelly:adjunct]## diff --git a/docs/taglib-jelly.xsd b/docs/taglib-jelly.xsd index cc19605474..417ef2d083 100644 --- a/docs/taglib-jelly.xsd +++ b/docs/taglib-jelly.xsd @@ -470,6 +470,11 @@ Use of the deprecated attribute will cause a warning. + + +Used to track when the attribute was added to the API surface. + +