This commit is contained in:
sonoro1234
2018-07-10 12:03:34 +02:00
parent ed4e178a85
commit 726816cb6a
2 changed files with 4 additions and 2 deletions

View File

@@ -257,9 +257,9 @@ local function struct_parser()
--nothing
else
local linea = line:gsub("%S+",{class="struct",mutable=""})
linea = linea:gsub("(%b<>)","/*%1*/")--,"/%*%1%*/") --comment template parameters
linea = linea:gsub("(%b<>)","/*%1*/") --comment template parameters
table.insert(structcdefs,linea..comment)
--]]
end
return
end