Quellcode durchsuchen

Fix Lua API doxygen hook.

Yao Wei Tjong 姚伟忠 vor 11 Jahren
Ursprung
Commit
0246b11299
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 3
      Source/Urho3D/LuaScript/pkgs/ToDoxHook.lua

+ 0 - 3
Source/Urho3D/LuaScript/pkgs/ToDoxHook.lua

@@ -315,9 +315,6 @@ function printDescriptions(filename, directory)
   local classScope = nil
   local description = nil
   local sourceEnginePath = curDir.path .. curDir.separator .. ".." .. curDir.separator .. ".." .. curDir.separator
-  if directory ~= nil then
-    sourceEnginePath = sourceEnginePath .. directory .. curDir.separator
-  end
   for line in io.lines(sourceEnginePath .. filename) do
     line = line:gsub("%c", "")
     -- Entering Class