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

Use Triple-Slash Doc-Comment Style in Code Generated by 'slice2cpp' #3206

Conversation

InsertCreativityHere
Copy link
Member

This PR implements part of #1853 (switch to using /// comments for C++).
Now, slice2cpp will always generate /// style comments instead of /** */ comments.
Additionally this PR also cleans up the comments in slice2cpp itself.

For a demo of how this change affects the generated code, see: InsertCreativityHere@69ffaa6.
I checked in the generated code (from ./slice/Ice) before and after this PR, so I could double-check the difference.


This PR is just a re-opening of #3190, now that I've fixed our doc-comments and the Slice scanner's handling of C-comments.

@InsertCreativityHere InsertCreativityHere merged commit 63813dd into zeroc-ice:main Nov 27, 2024
19 checks passed
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

Successfully merging this pull request may close these issues.

2 participants