Missing newlines after docComments in generated code #55128
Labels
cfe-feature-macros
Implement macros features in the CFE
feature-macros
Implementation of the macros feature
Given this macro:
You get generated code like this:
There is no newline after the doc comment so
augment void a() {
is commented out and the code is invalid.The text was updated successfully, but these errors were encountered: