aboutsummaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Expand)Author
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-14Add tests checking omitting of obvious typesPaweł Marks
2020-08-14Add tools for easier content test debuggingPaweł Marks
2020-08-12Move PreMergeDocumentableTransformer utils out of the interfacesebastian.sellmair
2020-08-12Move utility APIs into `PreMergeDocumentationTransformer`sebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-27Correct newer javadoc linksBłażej Kardyś
2020-07-23Make DParameter extend `WithType`Kamil Doległo
2020-07-22Skip empty packages by defaultKamil Doległo
2020-07-20Re-introduce default DokkaCollectorTask, run on all submodules by default, ad...sebastian.sellmair
2020-07-20Fix style issues introduced with dokka-cli-jsonsebastian.sellmair
2020-07-20Implement DokkaConfigurationSerializableTestsebastian.sellmair
2020-07-20Align json representation of filepathssebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-20Address review comments and fix integration testsAlex Saveau
2020-07-20Improve JSON parsing for CLIAlex Saveau
2020-07-16Implement javadoc searchMarcin Aman
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity b...sebastian.sellmair
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-15Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE...sebastian.sellmair
2020-07-13Rename processSuperClasses to buildInheritanceInformationMarcin Aman
2020-07-13Draft for showing only first level of inheritanceMarcin Aman
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-13Refactor dokka tasks classpath configurationsebastian.sellmair
2020-07-10Make external documentation links serializablePaweł Marks
2020-07-07Remove unnecessary files from core, rename aditional -> additionalKamil Doległo
2020-07-07Make Location provider use anchor hintsPaweł Marks
2020-07-07Change generic Error to IllegalStateException to be thrown when there are con...Paweł Marks
2020-07-07Add suppression reporting to logPaweł Marks
2020-07-07Add suppression capabilities for pluginsPaweł Marks
2020-07-07Probably fix the missing adjecent extension bugPaweł Marks
2020-07-07Add functionality to plugin overridesPaweł Marks
2020-07-07Refactor Extension DSL and remove fallback mechanismPaweł Marks
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-26Javadoc briefs updateBłażej Kardyś
2020-06-25Make samples runnableKamil Doległo
2020-06-25Extract information about extensionsPaweł Marks
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...Andrzej Ratajczak
2020-06-25Hides internal annotations from rendering #947Andrzej Ratajczak