aboutsummaryrefslogtreecommitdiff
path: root/.idea/misc.xml
AgeCommit message (Collapse)Author
2020-06-24Internal linksMarcin Aman
2020-06-23First version of javadoc output generationAndrzej Ratajczak
2020-06-18Implement default configurationssebastian.sellmair
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
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-09-11drop .ideaEugene Petrenko
2018-05-21Flush .idea/*.xml changesSimon 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
2015-11-05update IDE configurationDmitry Jemerov
2015-10-29Initial javadoc generation moduleSergey Mashkov
2015-07-14Build fatjar by gradle and use it's output as dependency for maven and ↵Sergey Mashkov
gradle plugins. Eliminate local repository in out dir.
2015-07-13Add Mojo and TaskAction annotations to the list of annotations prohibits ↵Sergey Mashkov
unused declaration warning
2015-07-13Gradle initial plugin implementationSergey Mashkov
2015-07-13Maven plugin initial implementationSergey Mashkov
2014-07-14Downgrade to JVM 1.6 because some URI functions are not available in 1.6Ilya Ryzhenkov
2014-07-11Initial commit, setup compiler-as-a-service to analyse files.Ilya Ryzhenkov