Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2019-03-11 | Use canonicalPath instead of absolutePath for srcLink | Robert Stoll | |
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289 | |||
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2019-02-15 | Add instructions for configuring Dokka in IDEA (#386) | Tiem Song | |
Porting over changes from https://github.com/google/dokka/pull/9 | |||
2019-01-30 | Fix inner tag for "includes" in Maven syntax example (#414) | Tim McCormack | |
`includes` uses `include` for subitems, not `file` | |||
2019-01-25 | Typo in README: "not overrides" (#399) | Ivan Canet | |
2018-02-22 | Merge branch 'dev' | Simon Ogorodnik | |
2018-02-01 | Add information on suppress package option | Flamenco | |
2017-12-11 | Update documentation for reportUndocumented change | Colin Hebert | |
Update documentation to reflect the reportUndocumented change | |||
2017-11-02 | Fix README: outFormat in Maven must be outputFormat | Daniel | |
2017-08-31 | Add JetBrains Badge | Simon Ogorodnik | |
2017-07-20 | Add global configuration "includeNonPublic" | Jonathan Haas | |
2017-06-26 | Update README.md | Simon Ogorodnik | |
2017-06-07 | Fix slashes in external linking documentation | Simon Ogorodnik | |
2017-05-19 | README updated | Dmitry Jemerov | |
2017-05-17 | Update "Using Dokka" section of readme | Simon Ogorodnik | |
2016-11-29 | Update README.md | Simon Ogorodnik | |
2016-11-22 | Update README.md | Simon Ogorodnik | |
Mentioned in read me that Kotlin 1.1-M03 requires Gradle 3.2 |