| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Merge branch 'dev-pre' into dev | Simon Ogorodnik | |
| # Conflicts: # core/src/main/kotlin/Model/PackageDocs.kt | |||
| 2019-03-13 | Updated Readme for noJdkLink (#443) | Kamil Doległo | |
| * Updated Readme for noJdkLink | |||
| 2019-03-13 | Fix nullability annotations in javadoc | Simon Ogorodnik | |
| #446 fixed | |||
| 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 not null annotation java-as-html bug (#442) | Krystian Ujma | |
| 2019-03-11 | Allow linking arguments with methods, change link label (#431) | Kamil Doległo | |
| * Add PsiParameter to link arguments with methods, change link label | |||
| 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-03-01 | Fix dokka runtime classpath configuration (#432) | Krystian Ujma | |
| #316 Fixed | |||
| 2019-03-01 | Fix constructor tag does not work (#417) | Krystian Ujma | |
| #300 Fixed | |||
| 2019-02-25 | Rework logic to avoid loosing tags inside pre | Simon Ogorodnik | |
| 2019-02-25 | Preserve newlines in javadoc code blocks | Dominik Schürmann | |
| 2019-02-25 | Fix problem on consumer side, improve test (#420) | Simon Ogorodnik | |
| 2019-02-25 | Fix @deprecated visibility in JavaDoc (#420) | Błażej Kardyś | |
| #343 Fixed | |||
| 2019-02-25 | Fix java doc primary constructors have duplicated parameters | KrystianUjma | |
| #341 Fixed | |||
| 2019-02-25 | Fix protected property getters and setters show the wrong visibility… (#402) | Krystian Ujma | |
| 2019-02-19 | Cleanup http | Simon Ogorodnik | |
| 2019-02-15 | Update pom file to use 'compile' instead of 'runtime' (#393) | Tiem Song | |
| This addresses Gradle 5.0 compatibility and fixes https://github.com/Kotlin/dokka/issues/388 | |||
| 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-02-15 | Nullable left off function type parameter with default value (#401) (#328) | Krystian Ujma | |
| 2019-02-15 | fix annotatedProperty test (#426) | Krystian Ujma | |
| 2019-02-11 | Update bundled kotlin-compiler to 1.3.20-dev-564 | Simon Ogorodnik | |
| 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 | |
| 2019-01-25 | Refine type safe configuration test | Paul Merlin | |
| Signed-off-by: Paul Merlin <paul@gradle.com> | |||
| 2019-01-25 | Remove spurious whitespace | Paul Merlin | |
| Signed-off-by: Paul Merlin <paul@gradle.com> | |||
| 2019-01-25 | Add type safe counterparts to Closure taking methods on DokkaTask | Paul Merlin | |
| Signed-off-by: Paul Merlin <paul@gradle.com> | |||
| 2019-01-25 | Add integration test for type safe configuration | Paul Merlin | |
| by leveraging Groovy's @CompileStatic Signed-off-by: Paul Merlin <paul@gradle.com> | |||
| 2019-01-25 | Add testData/ as input to :runners:gradle-integration-tests:test | Paul Merlin | |
| so tests are run on changes in testData/ Signed-off-by: Paul Merlin <paul@gradle.com> | |||
| 2018-12-21 | Refactor maven-plugin build | Eugene Petrenko | |
| download maven from Gradle, bump maven plugin tools version | |||
| 2018-12-14 | Modifiers sorted in wrong order #389 | Krystian Ujma | |
| Fix #389 (modifiers sorted in wrong order) | |||
| 2018-11-23 | Fix constant values for Java | Simon Ogorodnik | |
| 2018-10-29 | #361: Fix varargs | Simon Ogorodnik | |
| Fix #361 | |||
| 2018-10-29 | Fix gradle integration test data | Simon Ogorodnik | |
| 2018-10-29 | Fix test data | Simon Ogorodnik | |
| As Javadoc spec doesn't allow @param tag for classes | |||
| 2018-10-29 | Implement node selection dsl for test usage | Simon Ogorodnik | |
| 2018-10-29 | Fix test data | Simon Ogorodnik | |
| 2018-10-29 | Exclude `internal` visibility modifier from summary, fix exclusion logic | Simon Ogorodnik | |
| 2018-10-29 | Refactor code of javadoc paragraphs converting | Simon Ogorodnik | |
| 2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
| 2018-07-16 | convert line separators in PackageDocs, fixes PackageDocsTest | Robert Stoll | |
| 2018-07-15 | Fix missing functions after rebase | Simon Ogorodnik | |
| 2018-07-14 | Support noJdkLink in Maven | Simon Ogorodnik | |
| 2018-07-14 | Setup maven publishing to local directory | Simon Ogorodnik | |
| 2018-07-14 | KT-24032: Fix parameter rendering in asJava mode | Simon Ogorodnik | |
| #KT-24032 fixed | |||
| 2018-07-14 | [backport] Support noJdkLink in cli | Simon Ogorodnik | |
| Original: 9e11559 | |||
| 2018-07-14 | Fix default param. | Douglas Sigelbaum | |
