From 1c3530dcbb50c347f80bef694829dbefe89eca77 Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Fri, 17 Jul 2020 15:48:21 +0200 Subject: Update target version to 1.4-M3 in migration_guide.md --- core/migration_guide.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/migration_guide.md b/core/migration_guide.md index 57eb3bfd..82be3768 100644 --- a/core/migration_guide.md +++ b/core/migration_guide.md @@ -1,6 +1,6 @@ -## Changes between 0.10.x and 0.11.0 +## Changes between 0.10.x and 1.4-M3 -There are two main changes between dokka 0.10.x and 0.11.0 +There are two main changes between dokka 0.10.x and 1.4-M3 The first is the introduction of plugability - new documentation creating process is divided into several steps and each step provides extension points to be used. To learn more about new dokka pipeline and possible plugins, please read Developer's guide. @@ -40,6 +40,7 @@ dokka { lineSuffix = "#L" } } + } } ``` ##### New @@ -162,4 +163,4 @@ Support for the Ant plugin has been dropped, dokka should be used with CLI in An Dokka fajtar has been dropped, thus the command line interface has changed slightly. Most importantly, all plugins and their dependencies have to be provided in the `-pluginsClasspath` argument (paths are seperated with ';'). A build tool like Gradle or Maven is recommended to resolve and download all required artifacts. -Instead of creating a long configuration command, dokka can be configured with a JSON file. Please refer to the README. \ No newline at end of file +Instead of creating a long configuration command, dokka can be configured with a JSON file. Please refer to the README. -- cgit