We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extract of api/foo.api :
<constant name = "cst1" value = "123" > Multi line constant description. </constant>
Generated code in include/foo.h :
#define FOO_CST1 123 // Multi #define FOO_CST1 123 // line #define FOO_CST1 123 // constant #define FOO_CST1 123 // description.
I still do not understand why my compiler does not complain, but some old ones may.
Would be better to generate like it is done for some other supported languages :
// Multi // line // constant // description #define FOO_CST1 123
I can probably send a PR soon, if anyone (except me) is insterested in.
The text was updated successfully, but these errors were encountered:
I have not experienced something like this but I think you are correct. PR is welcomed.
Sorry, something went wrong.
I'll send a PR later, today.
Can be closed, after PR #1283, I suppose. I maintenairs decide.
No branches or pull requests
Extract of api/foo.api :
Generated code in include/foo.h :
I still do not understand why my compiler does not complain, but some old ones may.
Would be better to generate like it is done for some other supported languages :
I can probably send a PR soon, if anyone (except me) is insterested in.
The text was updated successfully, but these errors were encountered: