Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-10 | Extract testApi from core | Kamil Doległo | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
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 | |||
2019-04-19 | reformat code | KrystianUjma | |
2019-04-19 | Fix hardcoded classpaths for TestAPI | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-11 | Use canonicalPath instead of absolutePath for srcLink | Robert Stoll | |
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289 | |||
2019-02-11 | Update bundled kotlin-compiler to 1.3.20-dev-564 | Simon Ogorodnik | |
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-08-06 | ExternalDocumentationLinkResolver refactoring, extract common dependencies ↵ | aleksZubakov | |
from guice modules | |||
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-16 | Merge branch 'devsite-fixes-backport' into dev-multiplatf | aleksZubakov | |
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt | |||
2018-07-14 | [backport] Introduce option to enable/disable jdk linking | Simon Ogorodnik | |
Original: 8e9e768 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-13 | Minor style fixes | aleksZubakov | |
2018-07-12 | Test refactoring, add common platform tests | aleksZubakov | |
2018-07-12 | Test refactoring and split by different platforms | aleksZubakov | |
2017-12-04 | Introduce test case with preset FileGenerator | Simon Ogorodnik | |
2017-12-02 | Update tests to new reality | Simon Ogorodnik | |
2017-12-02 | WIP: Refactoring, remove LocationService, rework FormatDescriptor | Simon Ogorodnik | |
2017-11-27 | Add language version arguments | Simon Ogorodnik | |
2017-11-22 | Add new "suppress" per-package option. | Chris Rankin | |
2017-11-21 | Auto-expand type-aliases excluded from documentation | Simon Ogorodnik | |
2017-10-09 | Update kotlin-compiler to 1.1.51 | Simon Ogorodnik | |
2017-06-26 | Update bundled kotlin compiler to 1.1.3 | Simon Ogorodnik | |
2017-06-07 | Fix StringOutOfBoundsException in link mapping | Simon Ogorodnik | |
#167 #KT-18213 fixed | |||
2017-06-07 | Make package-list caching optional | Simon Ogorodnik | |
2017-05-16 | Fix runner parameters for consistency, add default link to stdlib | Simon Ogorodnik | |
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2017-03-23 | Add support for nice IDEA feature | Simon Ogorodnik | |
2017-02-27 | Fix test | Simon Ogorodnik | |
2017-02-24 | Option to skip declarations in root package from generated documentation ↵ | Dmitry Jemerov | |
(they can't be imported anyway) | |||
2017-02-24 | Process all declarations with the same primary platform in a single pass; ↵ | Dmitry Jemerov | |
allow to provide default platforms based on declaration descriptor | |||
2017-02-23 | Resolve link and generate alltypes only once, not after every platform | Dmitry Jemerov | |
2017-02-23 | Don't show implied platforms in output | Dmitry Jemerov | |
2017-02-23 | Merge declarations with the same signature defined for multiple platforms | Dmitry Jemerov | |
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |
2017-02-23 | Dokka now can detect and recognize SinceKotlin | Simon Ogorodnik | |
2017-02-22 | Better separation between analysis and output generation phases | Dmitry Jemerov | |
2016-11-14 | Replacing assertPrints, assertTrue to println for kotlin-website samples, ↵ | Simon Ogorodnik | |
Added SampleProcessingService to FormatDescriptor | |||
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik | |
2016-11-01 | Fix for GH #97 : Preserve language name of fenced code block for highlight | Simon Ogorodnik | |
2016-07-08 | update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the ↵ | Dmitry Jemerov | |
qualified name resolve problem in doc comments | |||
2016-06-30 | Don't include internal members in generated javadoc. Resolves #75 | Dmitry Jemerov | |
2016-05-10 | update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use ↵ | Dmitry Jemerov | |
regular kotlin-compiler and kotlin-ide-common instead | |||
2016-01-25 | update Dokka to internal RC: remove usages of kotlin.test | Dmitry Jemerov | |
2016-01-12 | don't generate index pages in tests | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |