diff --git a/README.md b/README.md index 4c997c8..917ff09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # cimgui [![Build Status](https://travis-ci.org/Extrawurst/cimgui.svg)](https://travis-ci.org/Extrawurst/cimgui) +Please post issues in https://github.com/Extrawurst/cimgui + ![sample](screenshot.png) This is a thin c-api wrapper programmatically generated for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui). diff --git a/generator/generator.lua b/generator/generator.lua index c62a26f..a25b4fb 100644 --- a/generator/generator.lua +++ b/generator/generator.lua @@ -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