mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-09 11:21:38 +01:00
bad replacement string
This commit is contained in:
@@ -256,7 +256,7 @@ local function struct_parser()
|
|||||||
--nothing
|
--nothing
|
||||||
else
|
else
|
||||||
local linea = line:gsub("%S+",{class="struct",mutable=""})
|
local linea = line:gsub("%S+",{class="struct",mutable=""})
|
||||||
linea = linea:gsub("(%b<>)","/%*%1%*/") --comment template parameters
|
linea = linea:gsub("(%b<>)","/*%1*/")--,"/%*%1%*/") --comment template parameters
|
||||||
table.insert(structcdefs,linea..comment)
|
table.insert(structcdefs,linea..comment)
|
||||||
--]]
|
--]]
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user