diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-09-09 14:54:19 +0200 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-09-09 14:54:19 +0200 |
commit | 1e862f2fc05c9d01d4d9c00de5d1a4235ff85a9d (patch) | |
tree | 147d9f03651404de595b81090767cefe38d9778b /.idea/runConfigurations | |
parent | 60c915a9d35d8026bd2fc1a193b97b89cbf29621 (diff) | |
download | dokka-1e862f2fc05c9d01d4d9c00de5d1a4235ff85a9d.tar.gz dokka-1e862f2fc05c9d01d4d9c00de5d1a4235ff85a9d.tar.bz2 dokka-1e862f2fc05c9d01d4d9c00de5d1a4235ff85a9d.zip |
render annotations with @; render only @MustBeDocumented annotations; render all modifiers
Diffstat (limited to '.idea/runConfigurations')
-rw-r--r-- | .idea/runConfigurations/All_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml index b0528c8f..57e4134d 100644 --- a/.idea/runConfigurations/All_tests.xml +++ b/.idea/runConfigurations/All_tests.xml @@ -8,7 +8,7 @@ <option name="MAIN_CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="TEST_OBJECT" value="package" /> - <option name="VM_PARAMETERS" value="" /> + <option name="VM_PARAMETERS" value="-Xmx256m" /> <option name="PARAMETERS" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="ENV_VARIABLES" /> |