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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.