Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Line Comments are broken #104

Open
bigowlrrww opened this issue Aug 3, 2023 · 0 comments
Open

Multiple Line Comments are broken #104

bigowlrrww opened this issue Aug 3, 2023 · 0 comments

Comments

@bigowlrrww
Copy link

bigowlrrww commented Aug 3, 2023

I noticed that the latest commit in master has broken multiple line comments.
<Data name="test" inMemoryType="unsigned8" encodedType="unsigned8" comment="this is
a multiple line comment"/>
This seems to result in the generated code containing the definition along with the comment looking like
uint8_t test; //!< this is
a multiple line comment
Which fails to compile due to the lack of comment on the second line

Commit in master: a30fc3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant