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

Convert //-style comments to ///. #90

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

sunfishcode
Copy link
Member

Per the discussion in WebAssembly/component-model#273, the Wit format is moving to only have documentation comments. A as of WebAssembly/component-model#286, the syntax for documentation commments is ///.

This patch converts a few of the remaining // comments in network.wit to /// comments.

Per the discussion in WebAssembly/component-model#273, the Wit format is
moving to only have documentation comments. A as of
WebAssembly/component-model#286, the syntax for documentation commments
is `///`.

This patch converts a few of the remaining `//` comments in network.wit
to `///` comments.
@badeend
Copy link
Collaborator

badeend commented Jan 11, 2024

Thanks

@badeend badeend merged commit 99155d7 into WebAssembly:main Jan 11, 2024
1 check passed
@sunfishcode sunfishcode deleted the sunfishcode/comments branch January 11, 2024 15:11
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