Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Make things compile, no matter the cost | Paweł Marks | |
2019-10-31 | Remove all unnecessary files | Kamil Doległo | |
2019-10-31 | Temp changes | Błażej Kardyś | |
2019-10-10 | Partial fix for email links in markdown #179 | Kamil Doległo | |
2019-09-30 | Fix package suppression | Kamil Doległo | |
2019-08-27 | Fix for missing colon in links to external sites, ↵ | Kamil Doległo | |
https://github.com/Kotlin/dokka/issues/405 | |||
2019-06-13 | Cherry-pick NPE bugfix | Kamil Doległo | |
2019-06-13 | Fix NPE after release 0.9.18 | 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-05-20 | Update "Can't find node ..." warning message | Kamil Doległo | |
2019-04-15 | Fix inline functions tests | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-01 | Fix constructor tag does not work (#417) | Krystian Ujma | |
#300 Fixed | |||
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2019-02-15 | Nullable left off function type parameter with default value (#401) (#328) | Krystian Ujma | |
2018-12-14 | Modifiers sorted in wrong order #389 | Krystian Ujma | |
Fix #389 (modifiers sorted in wrong order) | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | Exclude `internal` visibility modifier from summary, fix exclusion logic | Simon Ogorodnik | |
2018-10-15 | Fix sinceKotlin updating & default setting | Simon Ogorodnik | |
2018-10-04 | Remove return type from signature to remain compatible | Simon Ogorodnik | |
2018-10-03 | Remove debug print | Simon Ogorodnik | |
2018-10-03 | Introduce per-pass sinceKotlin | Simon Ogorodnik | |
2018-10-03 | Show inline modifier only if fun has lambda, otherwise it is impl detail | Simon Ogorodnik | |
2018-10-03 | Suppress `external` modifier as it is implementation detail | Simon Ogorodnik | |
2018-09-26 | Don't show applicable to Any extensions for all declarations | Simon Ogorodnik | |
2018-09-26 | Refactor platforms & SinceKotlin logic | Simon Ogorodnik | |
2018-08-27 | Change render for kotlin mpp signatures rendering | Zubakov | |
2018-08-27 | Introduce origin reference kind, change documentation graph merge logic, ↵ | Zubakov | |
minor refactoring | |||
2018-08-17 | Merger platforms bug fix, refactoring | Zubakov Aleksey | |
2018-08-06 | DocumentationMerger refactoring | aleksZubakov | |
2018-08-06 | ExternalDocumentationLinkResolver refactoring, extract common dependencies ↵ | aleksZubakov | |
from guice modules | |||
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-25 | Add logic of merging different platforms graphs | aleksZubakov | |
2018-07-15 | Fix missing functions after rebase | Simon Ogorodnik | |
2018-07-14 | Fix default param. | Douglas Sigelbaum | |
2018-07-14 | [backport] Introduce option to enable/disable jdk linking | Simon Ogorodnik | |
Original: 8e9e768 | |||
2018-07-14 | KT-24624: Partial, more detailed signature on class page | Simon Ogorodnik | |
2018-07-14 | Fix nullability detection | Simon Ogorodnik | |
2018-07-14 | Fix resolution of inbound links to constructors in Javadoc | Simon Ogorodnik | |
2018-07-14 | [backport] KT-24271: Support external link resolution in JavadocParser | Simon Ogorodnik | |
Original: ace3914 | |||
2018-07-14 | KT-24270: Render platform-types with bang | Simon Ogorodnik | |
2018-07-14 | Fix resolution of package links | Simon Ogorodnik | |
2018-07-14 | [backport] Sort by lowercase name everywhere. | Douglas Sigelbaum | |
Original: 2ca99c2 | |||
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-24109: Fix generation of superclass sequence | Simon Ogorodnik | |
2018-07-14 | KT-24036: Don't show visibility modifiers in summary | Simon Ogorodnik | |
2018-07-14 | Fix checking belonging to public API | Simon Ogorodnik | |