diff options
author | Wuzzy <almikes@aol.com> | 2016-10-30 20:01:16 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-30 20:01:16 +0100 |
commit | 865a289b1eb4b1b3e4a17e449a284bf31b81efcd (patch) | |
tree | 659cf584880dacaafe9392a6f971a575dbf9c60c | |
parent | 0a9bf5502ce58982af095d6125b164c1b44bfca5 (diff) |
Remove outdate comments
-rw-r--r-- | init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -951,8 +951,6 @@ local function gather_descs() help.longdesc["air"] = S("A transparent block, basically empty space. It is usually left behind after digging something.") end - -- NOTE: New group “not_in_doc”: Items with this group will not have entries - local add_entries = function(deftable, category_id) for id, def in pairs(deftable) do local name, ld, uh, im @@ -964,7 +962,6 @@ local function gather_descs() name = def.description end if not (name == nil or name == "" or def.groups.not_in_doc or forced_items[id] == false or def.x_doc_items_create_entry == false) or forced then - -- TODO: Document custom fields in API.md if def.x_doc_items_longdesc then ld = def.x_doc_items_longdesc end |