diff options
Diffstat (limited to 'script/core/noder.lua')
-rw-r--r-- | script/core/noder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index fa9d7d72..12b8cd3d 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -139,7 +139,7 @@ local function getKey(source) return '', tbl end end - return source.start, nil + return source.finish, nil elseif source.type == 'doc.class.name' or source.type == 'doc.alias.name' or source.type == 'doc.extends.name' |