AllenDang / cimgui-go

Auto generated Go wrapper for Dear ImGui via cimgui
MIT License
332 stars 51 forks source link

func comments: broken if comment already contains formatter directive #275

Closed gucio321 closed 6 months ago

gucio321 commented 6 months ago
// raw text without formatting. Roughly equivalent to Text("TextUnformattedV", text) but: A) doesn't require null terminated string if 'text_end' is specified, B) it's faster, no memory copy is done, no buffer size limits, recommended for
// %s parameter default value hint:
func TextUnformattedV(text string) {