-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Labels
Description
Minecraft Development for IntelliJ plugin version
2025.3-1.8.11
IntelliJ version
2025.3.1.1
Operating System
Windows 11 LTSC 2024
Target platform
Mixins
Description of the bug
@reason is not a valid Javadoc tag, yet the inspection requires that you use it. This is concerning for two reasons:
- This would fail the
javadoctask. - I work on Fabric API and not having these comments is a source of friction.
It should be checking either some other tag or if there is a description.
Reactions are currently unavailable