Add comment to generated code file from expressions

hellow!

How can i add a comment to file with generated code based on expression

i use Expr(:line, “comment”) , but it is not a best solution , because

julia> expr = Expr(:line, "comment")
:(#= line comment =#)