diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-06-30 11:29:29 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-02 13:17:28 +0200 |
commit | 6a15ef4a921058a86bd831f464ec00f6f33b56c9 (patch) | |
tree | 13b1fbae0b8f8daaa1af95d9976a6b23869bfbe0 /core | |
parent | ae8b4481b56d6bac4a3feb6a427e77afdbe36b2f (diff) | |
download | dokka-6a15ef4a921058a86bd831f464ec00f6f33b56c9.tar.gz dokka-6a15ef4a921058a86bd831f464ec00f6f33b56c9.tar.bz2 dokka-6a15ef4a921058a86bd831f464ec00f6f33b56c9.zip |
Javadoc location test
Diffstat (limited to 'core')
-rw-r--r-- | core/migration_guide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/migration_guide.md b/core/migration_guide.md index b5d9678f..b8ff7893 100644 --- a/core/migration_guide.md +++ b/core/migration_guide.md @@ -83,3 +83,6 @@ dokkaMultimodule { } ``` +### Maven + +There are no changes in maven configuration API for dokka, so all previous configurations should work without issues. |