Copyright headers in Java and Kotlin source files should be block comments #227

Closed
opened 2025-12-30 01:22:30 +01:00 by adam · 0 comments
Owner

Originally created by @odenix on GitHub (Oct 23, 2024).

Currently, the copyright headers in Java and Kotlin source files are doc comments (/** */) instead of block comments (/* */).
As I've never seen this elsewhere, I believe this is accidental.
I noticed this because IntelliJ warns about empty lines that aren't marked up with <p> in doc comments.

Originally created by @odenix on GitHub (Oct 23, 2024). Currently, the copyright headers in Java and Kotlin source files are doc comments (`/** */`) instead of block comments (`/* */`). As I've never seen this elsewhere, I believe this is accidental. I noticed this because IntelliJ warns about empty lines that aren't marked up with `<p>` in doc comments.
adam closed this issue 2025-12-30 01:22:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#227