Skip to content

Commit

Permalink
Document 'since' attribute (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 13, 2023
1 parent cea4497 commit 7c6fe6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/jelly-taglib-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]##
Expand Down
5 changes: 5 additions & 0 deletions docs/taglib-jelly.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,11 @@
Use of the deprecated attribute will cause a warning.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="since">
<xsd:annotation>
<xsd:documentation>Used to track when the attribute was added to the API surface.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="trim">
<xsd:annotation>
<xsd:documentation/>
Expand Down

0 comments on commit 7c6fe6d

Please sign in to comment.