diff --git a/luacs-docs/lua/templates/module.ltp b/luacs-docs/lua/templates/module.ltp index f942bbb7a..707d2ecb1 100644 --- a/luacs-docs/lua/templates/module.ltp +++ b/luacs-docs/lua/templates/module.ltp @@ -25,6 +25,11 @@
This API is deprecated and shouldn't be used anymore.
+ {% for _, m in ipairs(item.tags.deprecated) do %} + {% if m ~= "" then %} +{* ldoc.markup(m) *}
+ {% end %} + {% end %}