Age | Commit message (Expand) | Author |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair |
2020-08-14 | API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair |
2020-08-14 | Cover GradleDokkaSourceSetBuilder with tests | sebastian.sellmair |
2020-08-14 | Replace ExternalDocumentationLink.Builder with factory functions | sebastian.sellmair |
2020-08-14 | Use Gradle's new Property/Provider APIs | sebastian.sellmair |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are expected... | sebastian.sellmair |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair |
2020-08-14 | Add tests checking omitting of obvious types | Paweł Marks |
2020-08-14 | Add tools for easier content test debugging | Paweł Marks |
2020-08-12 | Move PreMergeDocumentableTransformer utils out of the interface | sebastian.sellmair |
2020-08-12 | Move utility APIs into `PreMergeDocumentationTransformer` | sebastian.sellmair |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś |
2020-07-27 | Correct newer javadoc links | Błażej Kardyś |
2020-07-23 | Make DParameter extend `WithType` | Kamil Doległo |
2020-07-22 | Skip empty packages by default | Kamil Doległo |
2020-07-20 | Re-introduce default DokkaCollectorTask, run on all submodules by default, ad... | sebastian.sellmair |
2020-07-20 | Fix style issues introduced with dokka-cli-json | sebastian.sellmair |
2020-07-20 | Implement DokkaConfigurationSerializableTest | sebastian.sellmair |
2020-07-20 | Align json representation of filepaths | sebastian.sellmair |
2020-07-20 | Use jackson for json serialization and parsing | sebastian.sellmair |
2020-07-20 | Address review comments and fix integration tests | Alex Saveau |
2020-07-20 | Improve JSON parsing for CLI | Alex Saveau |
2020-07-16 | Implement javadoc search | Marcin Aman |
2020-07-15 | Use DokkaLogger instead of println and adjust log levels for less verbosity b... | sebastian.sellmair |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak |
2020-07-15 | Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE... | sebastian.sellmair |
2020-07-13 | Rename processSuperClasses to buildInheritanceInformation | Marcin Aman |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair |
2020-07-10 | Make external documentation links serializable | Paweł Marks |
2020-07-07 | Remove unnecessary files from core, rename aditional -> additional | Kamil Doległo |
2020-07-07 | Make Location provider use anchor hints | Paweł Marks |
2020-07-07 | Change generic Error to IllegalStateException to be thrown when there are con... | Paweł Marks |
2020-07-07 | Add suppression reporting to log | Paweł Marks |
2020-07-07 | Add suppression capabilities for plugins | Paweł Marks |
2020-07-07 | Probably fix the missing adjecent extension bug | Paweł Marks |
2020-07-07 | Add functionality to plugin overrides | Paweł Marks |
2020-07-07 | Refactor Extension DSL and remove fallback mechanism | Paweł Marks |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-02 | runner:gradle-plugin: Apply `java-gradle-plugin` | sebastian.sellmair |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair |
2020-06-26 | Javadoc briefs update | Błażej Kardyś |
2020-06-25 | Make samples runnable | Kamil Doległo |
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 |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ... | Andrzej Ratajczak |
2020-06-25 | Hides internal annotations from rendering #947 | Andrzej Ratajczak |