aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-11Allow linking arguments with methods, change link label (#431)Kamil Doległo
* Add PsiParameter to link arguments with methods, change link label
2019-03-11Fix test, prohibit non-unix path style for dir propertyKrystianUjma
Update readme.md, allow only unix based path (dir property)
2019-03-11Use canonicalPath instead of absolutePath for srcLinkRobert 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-01Fix dokka runtime classpath configuration (#432)Krystian Ujma
#316 Fixed
2019-03-01Fix constructor tag does not work (#417)Krystian Ujma
#300 Fixed
2019-02-25Rework logic to avoid loosing tags inside preSimon Ogorodnik
2019-02-25Preserve newlines in javadoc code blocksDominik Schürmann
2019-02-25Fix problem on consumer side, improve test (#420)Simon Ogorodnik
2019-02-25Fix @deprecated visibility in JavaDoc (#420)Błażej Kardyś
#343 Fixed
2019-02-25Fix java doc primary constructors have duplicated parametersKrystianUjma
#341 Fixed
2019-02-25Fix protected property getters and setters show the wrong visibility… (#402)Krystian Ujma
2019-02-19Cleanup httpSimon Ogorodnik
2019-02-15Nullable left off function type parameter with default value (#401) (#328)Krystian Ujma
2019-02-15fix annotatedProperty test (#426)Krystian Ujma
2019-02-11Update bundled kotlin-compiler to 1.3.20-dev-564Simon Ogorodnik
2019-01-25Refine type safe configuration testPaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Remove spurious whitespacePaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add type safe counterparts to Closure taking methods on DokkaTaskPaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add integration test for type safe configurationPaul Merlin
by leveraging Groovy's @CompileStatic Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add testData/ as input to :runners:gradle-integration-tests:testPaul Merlin
so tests are run on changes in testData/ Signed-off-by: Paul Merlin <paul@gradle.com>
2018-12-21Refactor maven-plugin buildEugene Petrenko
download maven from Gradle, bump maven plugin tools version
2018-12-14Modifiers sorted in wrong order #389Krystian Ujma
Fix #389 (modifiers sorted in wrong order)
2018-11-23Fix constant values for JavaSimon Ogorodnik
2018-10-29#361: Fix varargsSimon Ogorodnik
Fix #361
2018-10-29Fix gradle integration test dataSimon Ogorodnik
2018-10-29Fix test dataSimon Ogorodnik
As Javadoc spec doesn't allow @param tag for classes
2018-10-29Implement node selection dsl for test usageSimon Ogorodnik
2018-10-29Fix test dataSimon Ogorodnik
2018-10-29Exclude `internal` visibility modifier from summary, fix exclusion logicSimon Ogorodnik
2018-10-29Refactor code of javadoc paragraphs convertingSimon Ogorodnik
2018-10-29Cleanup support for NodeRenderContentSimon Ogorodnik
2018-10-19Hard-code min compiler version for samplesSimon Ogorodnik
2018-10-18Add non-single documentation reportingSimon Ogorodnik
2018-10-18Remove debug loggingSimon Ogorodnik
2018-10-15Fix sinceKotlin updating & default settingSimon Ogorodnik
2018-10-04Take GroupNodes into account when computing node locationSimon Ogorodnik
2018-10-04Hacky sort platforms on displaySimon Ogorodnik
2018-10-04Proper GroupNode members relocation conditionSimon Ogorodnik
2018-10-04Add specialization instead of platform sub-duplication removalSimon Ogorodnik
2018-10-04Fix lost members of group nodesSimon Ogorodnik
2018-10-04Remove return type from signature to remain compatibleSimon Ogorodnik
2018-10-03Fix platform merging on group by signature in overload groupSimon Ogorodnik
2018-10-03Use headers instead of paragraphs for section declaration block titleSimon Ogorodnik
2018-10-03Fix module content lost on mergingSimon Ogorodnik
2018-10-03Remove debug printSimon Ogorodnik
2018-10-03Track sinceKotlin per platform and other attributes as wellSimon Ogorodnik
2018-10-03Introduce per-pass sinceKotlinSimon Ogorodnik
2018-10-03Correctly lookup summary for group nodesSimon Ogorodnik
2018-10-03Show inline modifier only if fun has lambda, otherwise it is impl detailSimon Ogorodnik
2018-10-03Suppress `external` modifier as it is implementation detailSimon Ogorodnik