Skip to content

Commit

Permalink
Add @deprecated tag for endpoints (when applicable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppe Catanese authored and gcatanese committed Oct 24, 2024
1 parent 853bb7e commit d9f52e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/typescript/api_summary.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
{{#returnType}}
* @return {@link {{.}} }
{{/returnType}}
{{#isDeprecated}}
*
* @deprecated since v{{#vendorExtensions.x-deprecatedInVersion}}{{.}}{{/vendorExtensions.x-deprecatedInVersion}}
* {{#vendorExtensions.x-deprecatedMessage}}{{{.}}}{{/vendorExtensions.x-deprecatedMessage}}
{{/isDeprecated}}
*/

0 comments on commit d9f52e8

Please sign in to comment.