Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | Update README with documentation link for 1.4.0 | Kamil Doległo | |
2020-09-03 | Upgrade version number to 1.4.0 in README.md, CONTRIBUTING.md and usage.md | sebastian.sellmair | |
2020-09-03 | Change all occurrences of `dokka` to `Dokka` | Kamil Doległo | |
2020-09-03 | Add Mkdocs plugin to Gradle, split README and Developers' guide into several ↵ | Kamil Doległo | |
files | |||
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-25 | Add note to migration guide to README.md | sebastian.sellmair | |
2020-08-20 | Update dokka README.md to reflect changes for 1.4.0 | sebastian.sellmair | |
2020-08-05 | Fix broken link in README.md | Vladimir Shefer | |
Without `https://` prefix the url leads to `https://github.com/Kotlin/dokka/blob/master/github.com/Kotlin/dokka/releases/download/v1.4.0-rc/dokka-cli-1.4.0-rc.jar` as a relative url. | |||
2020-08-05 | Fix broken link in README.md | Vladimir Shefer | |
2020-08-05 | Fix broken link in README.md | Drew Hannay | |
"Dokka Gradle example project" was pointing to a path that no longer exists | |||
2020-08-03 | Remove mentions of kotlin-eap repo | Paweł Marks | |
2020-08-03 | Change version in readme to 1.4.0-rc | Paweł Marks | |
2020-07-17 | Remove bintray label from the README | Kamil Doległo | |
This was done due to misaligned versions | |||
2020-07-17 | Remove mentions of dokka collector and add kotlin-eap to README.md | sebastian.sellmair | |
2020-07-17 | Readme and migration guide update for dokka 1.4-M3 | Kamil Doległo | |
2020-07-13 | Rename default format "html" | sebastian.sellmair | |
2020-07-13 | Remove Project.dokka extension function | sebastian.sellmair | |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |
2020-06-04 | Implement Project.dokka extension to align kotlin and groovey dokka ↵ | sebastian.sellmair | |
configuration | |||
2019-12-12 | Update IDE instructions in README | Tiem Song | |
Updated instructions to reflect loading project with IntellJ IDEA 2019.3. | |||
2019-10-10 | Readme update for the androidVariant | Kamil Doległo | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-09-18 | Readme update | Kamil Doległo | |
2019-09-17 | Readme update | Kamil Doległo | |
2019-09-15 | Readme update | Kamil Doległo | |
2019-09-09 | Update README for Android plugin | Kamil Doległo | |
2019-09-02 | Bump dokka version to 0.10.0 | Kamil Doległo | |
2019-08-28 | Update the README for Ant | Kamil Doległo | |
2019-08-27 | Fix typo in readme | Kamil Doległo | |
2019-08-23 | Readme update | Kamil Doległo | |
2019-08-14 | Update README | Kamil Doległo | |
2019-08-08 | Readme update | Kamil Doległo | |
2019-08-05 | Move kotlinTasks, update README, minor refactoring | Kamil Doległo | |
2019-08-05 | Cleanup, update README | Kamil Doległo | |
2019-06-17 | Readme update | Kamil Doległo | |
2019-06-13 | add config to readme.md - dokkaRuntime and dokkaFatJar | KrystianUjma | |
2019-06-13 | Readme update | Kamil Doległo | |
2019-06-13 | add config to readme.md - dokkaRuntime and dokkaFatJar | KrystianUjma | |
2019-05-08 | update readme.md - rename maven parameters | KrystianUjma | |
2019-04-29 | Fix for analysis platform | Kamil Doległo | |
2019-04-16 | First readme update for multiplatform | Kamil Doległo | |
2019-04-16 | cherrypick readme update | Kamil Doległo | |
2019-03-29 | Fix TeamCity badge in README | Kamil Doległo | |
2019-03-27 | Fix Maven | Kamil Doległo | |
2019-03-20 | Update README.md | Simon Ogorodnik | |
Add another repository option for Dokka fatjar | |||
2019-03-19 | Update readme for 0.9.18 | Kamil Doległo | |
2019-03-18 | Merge branch 'dev' | Simon Ogorodnik | |
2019-03-13 | Updated Readme for noJdkLink (#443) | Kamil Doległo | |
* Updated Readme for noJdkLink | |||
2019-03-11 | Readme update (#441) | Krystian Ujma | |
* add dokkaRuntime config to the readme, add FAQ link * change output formats description | |||
2019-03-11 | Fix test, prohibit non-unix path style for dir property | KrystianUjma | |
Update readme.md, allow only unix based path (dir property) |