Age | Commit message (Expand) | Author |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak |
2020-09-08 | Remove unused typealias | Andrzej Ratajczak |
2020-09-08 | Remove topologicalSort since it is no longer used | Andrzej Ratajczak |
2020-09-08 | Apply requested changes | Andrzej Ratajczak |
2020-09-08 | Handle same level declared expected classlikes | Andrzej Ratajczak |
2020-09-08 | Merger changes | Andrzej Ratajczak |
2020-09-08 | Changed way of merging documentables to avoid exception on merging documentab... | Andrzej Ratajczak |
2020-08-31 | Minor readability improvement in ModuleAndPackageDocumentationTransformer.kt | sebastian.sellmair |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |
2020-08-31 | Implement `root package is matched by empty string and the root keyword` test | sebastian.sellmair |
2020-08-31 | Implement tests for ModuleAndPackageDocumentationReader | sebastian.sellmair |
2020-08-31 | Implement ModuleAndPackageDocumentationTransformerTest.kt | sebastian.sellmair |
2020-08-31 | Implement ModuleAndPackageDocumentationReader | sebastian.sellmair |
2020-08-31 | Implement ParseModuleAndPackageDocFragments API | sebastian.sellmair |
2020-08-28 | Draft for improving code formatting #1346 | Marcin Aman |
2020-08-24 | Fix SourceLinksTransformer#DocumentableSource#toLink | sebastian.sellmair |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair |
2020-08-21 | Adding missing deprecated exception section to Deprecated page | Błażej Kardyś |
2020-08-21 | Deprecated elements page for javadoc format | Błażej Kardyś |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak |
2020-08-17 | Inline `val newContent` in SourceSetMergingPageTransformer | sebastian.sellmair |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair |
2020-08-14 | Gradle Plugin: Code style improvements | sebastian.sellmair |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair |
2020-08-12 | Remove unused parameter in ReportUndocumentedTransformer | sebastian.sellmair |
2020-08-12 | EmptyPackagesFilterTransformer & SuppressedDocumentableFilterTransformer: Rea... | sebastian.sellmair |
2020-08-12 | Move PreMergeDocumentableTransformer utils out of the interface | sebastian.sellmair |
2020-08-12 | Move utility APIs into `PreMergeDocumentationTransformer` | sebastian.sellmair |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś |
2020-07-16 | Implement javadoc search | Marcin Aman |
2020-07-15 | Fix page merging bug that prevented including Kotlin Playground | Kamil Doległo |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak |
2020-07-13 | Implemented extension point for tab sorting strategy | Filip Zybała |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman |
2020-07-10 | Bugfix: links in documentation attached to module page should now be correct | Filip Zybała |
2020-07-08 | Add GFM tests | Andrzej Ratajczak |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-02 | Handling multi-line list items. Added tests for comment to content converter. | Filip Zybała |
2020-06-25 | Make samples runnable | Kamil Doległo |
2020-06-25 | Enforces directory for classlikes | Andrzej Ratajczak |
2020-06-25 | Extract information about extensions | Paweł Marks |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |