Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Make things compile, no matter the cost | Paweł Marks | |
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-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-02-15 | Nullable left off function type parameter with default value (#401) (#328) | Krystian Ujma | |
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | Exclude `internal` visibility modifier from summary, fix exclusion logic | Simon Ogorodnik | |
2018-10-03 | Suppress `external` modifier as it is implementation detail | Simon Ogorodnik | |
2018-08-27 | Change render for kotlin mpp signatures rendering | Zubakov | |
2018-07-15 | Fix missing functions after rebase | Simon Ogorodnik | |
2018-07-14 | KT-24624: Partial, more detailed signature on class page | Simon Ogorodnik | |
2018-07-14 | [backport] Make accessible | Simon Ogorodnik | |
Original: 44ec370 KT-24039: Support Inherited xml attributes | |||
2018-07-14 | KT-24113: Render inner classes names qualified | Simon Ogorodnik | |
2018-07-14 | KT-24036: Don't show visibility modifiers in summary | Simon Ogorodnik | |
2018-07-14 | [backport] Use expression body | Douglas Sigelbaum | |
Original: d889d4e | |||
2018-07-13 | [backport] Fix problems in as-java java-layout-html mode | Simon Ogorodnik | |
Extract common part of LanguageServices & other improvements Original: 853262e | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-13 | [backport] Make possible to generate signatures on output format side | Simon Ogorodnik | |
Original: 4469044 | |||
2018-07-13 | [backport] Make KotlinLanguageService render parameters | Simon Ogorodnik | |
Original: 7899f8e | |||
2017-02-27 | Render functional type in parenthesis when it in receiver position | Simon Ogorodnik | |
2017-02-24 | Support 'dynamic' type | Dmitry Jemerov | |
2017-02-16 | KT-16262 Dokka does not render suspending function types properly | Simon Ogorodnik | |
#KT-16262 fixed | |||
2016-12-06 | KT-14818 Render function type argument names in generated documentation (#116) | Simon Ogorodnik | |
Fix for KT-14818 Render function type argument names in generated documentation * Fixup, unescape name, before passing to identifier * Fixup | |||
2016-11-24 | Type alias support | Simon Ogorodnik | |
2016-01-12 | generate signature-based anchors for overloads; use signature instead of ↵ | Dmitry Jemerov | |
name as an anchor for in-page links | |||
2016-01-05 | render multiple type parameter constraints according to current Kotlin syntax | Dmitry Jemerov | |
2016-01-04 | separate groups for annotations and exceptions in the members list | Dmitry Jemerov | |
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵ | Dmitry Jemerov | |
RefKind | |||
2016-01-04 | kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to ↵ | Dmitry Jemerov | |
mark extension function types | |||
2015-12-28 | update for Kotlin beta 4 | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |