mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-09 03:11:40 +01:00
clean debug output
This commit is contained in:
@@ -1346,7 +1346,7 @@ function M.Parser()
|
|||||||
table.insert(cdefs2,cdef[1])
|
table.insert(cdefs2,cdef[1])
|
||||||
end
|
end
|
||||||
local txt = table.concat(cdefs2,"\n")
|
local txt = table.concat(cdefs2,"\n")
|
||||||
save_data("./preprocode"..tostring(self):gsub("table: ","")..".c",txt)
|
--save_data("./preprocode"..tostring(self):gsub("table: ","")..".c",txt)
|
||||||
--clean bad positioned comments inside functionD_re
|
--clean bad positioned comments inside functionD_re
|
||||||
if self.COMMENTS_GENERATION then
|
if self.COMMENTS_GENERATION then
|
||||||
print"cleaning { and } inside comments"
|
print"cleaning { and } inside comments"
|
||||||
|
Reference in New Issue
Block a user