Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-14 | Refactor and document DisplaySourceSet, deprecate ↵ | Vsevolod Tolstopyatov | |
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897 | |||
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it | sebastian.sellmair | |
2020-08-17 | Implement CompositeSourceSetID.plus API | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |
2020-06-15 | Fix tests | Kamil Doległo | |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |
2019-10-31 | Remove all unnecessary files | Kamil Doległo | |
2019-10-10 | Extract testApi from core | Kamil Doległo | |
2019-10-03 | Fix the tests | 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-05-23 | #465 - fix javadoc parameters generation for java classes | KrystianUjma | |
2019-03-27 | Fix some "sinceKotlin" unit tests | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-11 | Fix test, prohibit non-unix path style for dir property | KrystianUjma | |
Update readme.md, allow only unix based path (dir property) | |||
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-19 | Cleanup http | Simon Ogorodnik | |
2019-02-15 | fix annotatedProperty test (#426) | Krystian Ujma | |
2019-02-11 | Update bundled kotlin-compiler to 1.3.20-dev-564 | Simon Ogorodnik | |
2018-12-14 | Modifiers sorted in wrong order #389 | Krystian Ujma | |
Fix #389 (modifiers sorted in wrong order) | |||
2018-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
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 deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-12 | Test refactoring, add common platform tests | aleksZubakov | |
2018-07-12 | Test refactoring and split by different platforms | aleksZubakov | |
2017-11-22 | Add new "suppress" per-package option. | Chris Rankin | |
2017-11-21 | Fix find node by signature when referencing type parameter | Simon Ogorodnik | |
2017-06-26 | Workaround top-level java class name not match filename | Simon Ogorodnik | |
2017-05-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-05-11 | Do not publish private companion object members in public only mode | Simon Ogorodnik | |
#KT-16418 fixed | |||
2017-02-24 | Merge remote-tracking branch 'origin/0.9.14/BlankLines' | Dmitry Jemerov | |
# Conflicts: # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/MarkdownFormatTest.kt | |||
2017-02-24 | Merge branch 'website-samples' | Dmitry Jemerov | |
2017-02-23 | Refactor SinceKotlin support to a more general "platform" mechanism | Dmitry Jemerov | |
2017-02-23 | Dokka now can detect and recognize SinceKotlin | Simon Ogorodnik | |
2017-02-17 | Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved | Simon Ogorodnik | |
2017-02-09 | Removed leading newline | Simon Ogorodnik | |
2017-02-07 | KT-16197 WebDemo: No empty strings | Simon Ogorodnik | |
#KT-16197 fixed | |||
2016-11-28 | Fix sometimes failing test | Simon Ogorodnik | |
2016-11-24 | Test for previous fix, in/out modifiers not lost | Simon Ogorodnik | |
2016-11-24 | Type alias support | Simon Ogorodnik | |
2016-11-02 | Added test and post-review fix | Simon Ogorodnik | |
2016-11-02 | Fix for GH #98 : Added tests, altered fix code for corner cases | Simon Ogorodnik | |
2016-11-01 | Fix for GH #97 : Preserve language name of fenced code block for highlight | Simon Ogorodnik | |
2016-11-01 | Fix for GH #95 , KT-13300 : dokka eats apostrophes | Simon Ogorodnik | |