aboutsummaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2019-11-26Introduction of all important extension points and restructuring of ↵Paweł Marks
DokkaGenerator
2019-11-25Working extensions in pluginsPaweł Marks
2019-11-25HTML renderer refactorKamil Doległo
2019-10-31Make things compile, no matter the costPaweł Marks
2019-10-31Temp changesBłażej Kardyś
2019-07-01Fix bug with nonexistent file on nativeKamil Doległo
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt
2018-12-13Fix IDEA InspectionsXerus
2018-09-11drop .ideaEugene Petrenko
2018-05-21Flush .idea/*.xml changesSimon Ogorodnik
2017-10-09Migrate run configurationsSimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-20Add gradle integration testsSimon Ogorodnik
2017-02-27Package platforms detected based on it's members, refactored multiplatform ↵Simon Ogorodnik
tests layout
2017-02-27Update run configuration for building stdlib docsDmitry Jemerov
2017-02-16Updated kotlin compiler to version 1.1.0-rc-84Simon Ogorodnik
Version ++ Prepare for next development iteration
2017-01-12Updated Kotlin Compiler to 1.1-M04Simon Ogorodnik
2016-12-06Drop *.iml'sSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-01Updated run configurations after build refactoringSimon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10
2016-04-29update markdown.jar to a version compiled with Kotlin 1.0.1Dmitry Jemerov
2016-03-20Update .idea project filesporokoro
2016-01-25update Gradle librariesDmitry Jemerov
2016-01-12fix compilation after mergeDmitry Jemerov
2016-01-04Gradle libraries updatedDmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03fix "all tests" configurationDmitry Jemerov
2015-12-03fix module name in shared run configurationsDmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-11-05update IDE configurationDmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov
2015-11-05include tools.jar in compilation classpathDmitry Jemerov
2015-11-03shared run configuration for generating stdlib javadocDmitry Jemerov
2015-10-29Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into ↵Dmitry Jemerov
cy6erGn0m-javadoc # Conflicts: # dokka.iml # javadoc/javadoc.iml # javadoc/src/main/kotlin/docbase.kt # javadoc/src/main/kotlin/dokka-adapters.kt # javadoc/src/main/kotlin/reporter.kt # javadoc/src/main/kotlin/tags.kt # src/Analysis/AnalysisEnvironment.kt # src/Analysis/CompilerAPI.kt # src/Formats/KotlinWebsiteFormatService.kt # src/Formats/StructuredFormatService.kt # src/Java/JavaDocumentationBuilder.kt # src/Kotlin/ContentBuilder.kt # src/Kotlin/DocumentationBuilder.kt # src/Languages/JavaLanguageService.kt # src/Model/Content.kt # src/Model/PackageDocs.kt # src/Utilities/GuiceModule.kt # src/Utilities/Path.kt # src/Utilities/ServiceLocator.kt # test/src/markdown/MarkdownTestRunner.kt
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-29Initial javadoc generation moduleSergey Mashkov
2015-10-29shared run configuration: nodeprecated, fix reflection pathDmitry Jemerov
2015-10-29add JANSI library dependencyDmitry Jemerov
2015-10-29update main class name in shared run configurationsDmitry Jemerov
2015-09-21fix rendering of extension function typesDmitry Jemerov
2015-09-09render annotations with @; render only @MustBeDocumented annotations; render ↵Dmitry Jemerov
all modifiers
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ↵Dmitry Jemerov
run yet)
2015-08-10~ configure javadoc module, configure artifact configurationSergey Mashkov
2015-08-10~ remove javadoc moduleSergey Mashkov
2015-07-31Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-07-28Initial javadoc generation moduleSergey Mashkov