diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
commit | e94df7be47eef5b8305c291037a6b15852647eb8 (patch) | |
tree | 9d415e41e895122e7d816f1e348fe0b42a2d7722 /.idea/runConfigurations/Playground.xml | |
parent | ab3621abcc468cead0206d3c45f200f6c9ea10b9 (diff) | |
download | dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.gz dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.bz2 dokka-e94df7be47eef5b8305c291037a6b15852647eb8.zip |
Flush .idea/*.xml changes
Diffstat (limited to '.idea/runConfigurations/Playground.xml')
-rw-r--r-- | .idea/runConfigurations/Playground.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/runConfigurations/Playground.xml b/.idea/runConfigurations/Playground.xml new file mode 100644 index 00000000..8322447c --- /dev/null +++ b/.idea/runConfigurations/Playground.xml @@ -0,0 +1,9 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="Playground" type="Application" factoryName="Application"> + <option name="MAIN_CLASS_NAME" value="org.jetbrains.dokka.MainKt" /> + <module name="fatjar_main" /> + <option name="PROGRAM_PARAMETERS" value="-module playground test -format html -output out/html" /> + <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" /> + <method /> + </configuration> +</component>
\ No newline at end of file |