mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed IDL generator mix of short/long Doxygen comments.
This commit is contained in:
@@ -774,6 +774,7 @@ function codegen.gen_flag_cdefine(flag)
|
||||
local comment = ""
|
||||
if item.comment then
|
||||
if #item.comment > 1 then
|
||||
s[#s+1] = ""
|
||||
for _, c in ipairs(item.comment) do
|
||||
s[#s+1] = "/// " .. c
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user