aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2015-01-02 13:43:47 +0100
committerSamuel Tardieu <sam@rfc1149.net>2015-01-02 13:43:47 +0100
commit6c7f203f91496f699ae2d681b089483e37b01e01 (patch)
treef2fef393ef8d20ac95c376c817833f21290a9f94 /.idea
parent858c5313d7f5c78a509a67b3df18e0d2e263ff04 (diff)
downloadcgeo-6c7f203f91496f699ae2d681b089483e37b01e01.zip
cgeo-6c7f203f91496f699ae2d681b089483e37b01e01.tar.gz
cgeo-6c7f203f91496f699ae2d681b089483e37b01e01.tar.bz2
IDEA: Do not keep invalid or empty parameters in Javadoc
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyleSettings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index 1a974ed..e355fde 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -39,7 +39,11 @@
<emptyLine />
</value>
</option>
+ <option name="JD_KEEP_INVALID_TAGS" value="false" />
<option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
+ <option name="JD_KEEP_EMPTY_PARAMETER" value="false" />
+ <option name="JD_KEEP_EMPTY_EXCEPTION" value="false" />
+ <option name="JD_KEEP_EMPTY_RETURN" value="false" />
<option name="JD_PARAM_DESCRIPTION_ON_NEW_LINE" value="true" />
<option name="WRAP_COMMENTS" value="true" />
<XML>