mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
bad replacement string
This commit is contained in:
@@ -256,7 +256,7 @@ local function struct_parser()
|
||||
--nothing
|
||||
else
|
||||
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)
|
||||
--]]
|
||||
end
|
||||
|
Reference in New Issue
Block a user