Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Fix for missing colon in links to external sites, ↵ | Kamil Doległo | |
https://github.com/Kotlin/dokka/issues/405 | |||
2019-06-21 | Fix groupNode tests, expected needs checking | Kamil Doległo | |
2019-05-29 | remove ignore from kotlin website html tests | KrystianUjma | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt | |||
2019-05-23 | #465 - fix javadoc parameters generation for java classes | KrystianUjma | |
2019-05-15 | Fix SinceKotlin | Kamil Doległo | |
2019-04-19 | reformat code | KrystianUjma | |
2019-04-19 | Fix hardcoded classpaths for TestAPI | Kamil Doległo | |
2019-04-18 | enable BaseKotlinWebSiteHtmlFormatTest | KrystianUjma | |
2019-04-18 | remove kotlin-website | KrystianUjma | |
2019-04-15 | Mute Kotlin Website format tests | Kamil Doległo | |
2019-03-27 | Fix some "sinceKotlin" unit tests | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
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 constructor tag does not work (#417) | Krystian Ujma | |
#300 Fixed | |||
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 | 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 | |
2018-12-14 | Modifiers sorted in wrong order #389 | Krystian Ujma | |
Fix #389 (modifiers sorted in wrong order) | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | #361: Fix varargs | Simon Ogorodnik | |
Fix #361 | |||
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 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
2018-08-06 | ExternalDocumentationLinkResolver refactoring, extract common dependencies ↵ | aleksZubakov | |
from guice modules | |||
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-16 | Merge branch 'devsite-fixes-backport' into dev-multiplatf | aleksZubakov | |
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt | |||
2018-07-14 | [backport] Introduce option to enable/disable jdk linking | Simon Ogorodnik | |
Original: 8e9e768 | |||
2018-07-14 | Fix package docs parsing test | Simon Ogorodnik | |
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-13 | Minor style fixes | aleksZubakov | |
2018-07-12 | Test refactoring, add common platform tests | aleksZubakov | |
2018-07-12 | Test refactoring and split by different platforms | aleksZubakov | |
2018-05-17 | Fix incorrect link to stylesheet in html format | Simon Ogorodnik | |
2018-05-16 | Fix link resolution context for inherited docs | Simon Ogorodnik | |
Fix #229 | |||
2018-03-23 | Fix external references to Java enum entries | Simon Ogorodnik | |
Fix #274 | |||
2017-12-15 | Normalize file path's when using as URI | Simon Ogorodnik | |
2017-12-05 | Uncomment and fix some special case tests | Simon Ogorodnik | |
2017-12-05 | Append line before file path in testData | Simon Ogorodnik | |
2017-12-05 | Check file path in testData, when more then one node | Simon Ogorodnik | |