Add @deprecated tag to lua docs

This commit is contained in:
peelz
2022-08-03 21:34:41 -04:00
parent 5d11c28db6
commit ca51130517
5 changed files with 64 additions and 20 deletions
+1
View File
@@ -34,6 +34,7 @@ pretty_topic_names = true -- strips extension from manual filenames, this does n
custom_tags = {
{"realm", hidden = true},
{"deprecated", hidden = true},
{"internal", hidden = true}
}