IDL C#: Removed C++ only functions.

This commit is contained in:
Бранимир Караџић
2019-07-06 11:25:12 -07:00
parent d73a5c3441
commit deb7f2b23f
2 changed files with 4 additions and 136 deletions

View File

@@ -276,6 +276,10 @@ end
function converter.funcs(func)
if func.cpponly then
return
end
if func.comments ~= nil then
yield("/// <summary>")
for _, line in ipairs(func.comments) do