Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit a38d787

Browse files
authored
Merge pull request #3 from button/pedro/MOB-4541-fix-javadoc-rules
Add JavaDoc rules for newer IDE codestyle file format
2 parents 11068c7 + e3825d1 commit a38d787

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

configs/codestyles/ButtonAndroid.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@
7474
</AndroidXmlCodeStyleSettings>
7575
<JavaCodeStyleSettings>
7676
<option name="CLASS_NAMES_IN_JAVADOC" value="3" />
77+
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
78+
<option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
79+
<option name="JD_P_AT_EMPTY_LINES" value="false" />
80+
<option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
81+
<option name="JD_KEEP_EMPTY_PARAMETER" value="false" />
82+
<option name="JD_KEEP_EMPTY_RETURN" value="false" />
83+
<option name="JD_PRESERVE_LINE_FEEDS" value="true" />
7784
</JavaCodeStyleSettings>
7885
<JetCodeStyleSettings>
7986
<option name="PACKAGES_TO_USE_STAR_IMPORTS">

0 commit comments

Comments
 (0)