Skip to content

Commit 2608f16

Browse files
committed
Merge pull request square#2 from square/ray/unqualified
Turns off fully qualified JavaDoc imports
2 parents aab441e + edf047d commit 2608f16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/Square.xml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<option name="USE_RELATIVE_INDENTS" value="false" />
1414
</value>
1515
</option>
16+
<option name="USE_FQ_CLASS_NAMES_IN_JAVADOC" value="false" />
1617
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
1718
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
1819
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">

configs/SquareAndroid.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<option name="USE_RELATIVE_INDENTS" value="false"/>
1515
</value>
1616
</option>
17+
<option name="USE_FQ_CLASS_NAMES_IN_JAVADOC" value="false" />
1718
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999"/>
1819
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999"/>
1920
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">

0 commit comments

Comments
 (0)