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

Kotlin doc comments should follow kotlin style #177

Open
demosdemon opened this issue Jun 8, 2024 · 0 comments
Open

Kotlin doc comments should follow kotlin style #177

demosdemon opened this issue Jun 8, 2024 · 0 comments

Comments

@demosdemon
Copy link

See https://kotlinlang.org/docs/coding-conventions.html#documentation-comments

Currently, the Kotlin generator writes doc comments in the same style as rust (with the ///) which is not parsed as a doc comments in Kotlin.

writeln!(w, "{}/// {}", "\t".repeat(indent), comment)?;

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