diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-28 14:15:55 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-28 14:15:55 +0300 |
commit | 12f91ee7d491b21359ff8e8822c594f35b904def (patch) | |
tree | b7dea76ce8b3d6a99f037917e7fd1abff43b0bbc /.idea | |
parent | 87edf7c5778a9e1ac3e17c9046110d69e8d197a6 (diff) | |
download | dokka-12f91ee7d491b21359ff8e8822c594f35b904def.tar.gz dokka-12f91ee7d491b21359ff8e8822c594f35b904def.tar.bz2 dokka-12f91ee7d491b21359ff8e8822c594f35b904def.zip |
Initial javadoc generation module
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/gradle.xml | 11 | ||||
-rw-r--r-- | .idea/misc.xml | 1 | ||||
-rw-r--r-- | .idea/modules.xml | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 8efac87e..00b45e99 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -23,6 +23,17 @@ </option> <option name="useAutoImport" value="true" /> </GradleProjectSettings> + <GradleProjectSettings> + <option name="distributionType" value="DEFAULT_WRAPPED" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/javadoc" /> + <option name="gradleJvm" value="1.8" /> + <option name="modules"> + <set> + <option value="$PROJECT_DIR$/javadoc" /> + </set> + </option> + <option name="useAutoImport" value="true" /> + </GradleProjectSettings> </option> </component> </project>
\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 053c9043..543b1856 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -10,6 +10,7 @@ <component name="FrameworkDetectionExcludesConfiguration"> <file type="web" url="file://$PROJECT_DIR$/dokka-fatjar" /> <file type="web" url="file://$PROJECT_DIR$/gradle-plugin" /> + <file type="web" url="file://$PROJECT_DIR$/javadoc" /> </component> <component name="MavenProjectsManager"> <option name="originalFiles"> diff --git a/.idea/modules.xml b/.idea/modules.xml index 4b4cbc1b..99b0072e 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -7,6 +7,7 @@ <module fileurl="file://$PROJECT_DIR$/dokka-fatjar/dokka-fatjar.iml" filepath="$PROJECT_DIR$/dokka-fatjar/dokka-fatjar.iml" /> <module fileurl="file://$PROJECT_DIR$/gradle-plugin/dokka-gradle-plugin.iml" filepath="$PROJECT_DIR$/gradle-plugin/dokka-gradle-plugin.iml" /> <module fileurl="file://$PROJECT_DIR$/maven-plugin/dokka-maven-plugin.iml" filepath="$PROJECT_DIR$/maven-plugin/dokka-maven-plugin.iml" /> + <module fileurl="file://$PROJECT_DIR$/javadoc/javadoc.iml" filepath="$PROJECT_DIR$/javadoc/javadoc.iml" /> </modules> </component> </project>
\ No newline at end of file |