Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-29 | Update kotlin compiler version to 1.3.61 | Kamil Doległo | |
2020-01-08 | Fix linking to stdlib with Maven and CLI | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/551 by adding default links in each runner. This should probably be done in one place later on, but I don't see a good place to do it. We can't add it in DokkaGenerator without copying the whole configuration to some default implementation and we can't do it in ExternalDocumentationLinkResolver without redoing it in PackageProvider | |||
2019-12-18 | Implement display of Java default constructors | Andrea Falcone | |
PsiClass does not include methods which are not present in the text of the code. So when there are no constructors in a java class this represents a class that only has a default constructor. The fix is to create one for documentation. | |||
2019-12-10 | Ignore samples.Sample import when generating runnable samples | Tillmann Berg | |
2019-11-28 | Fix package suppression | Kamil Doległo | |
Package suppression depended on the order of `perPackageOption`s. That should not be the case. Fixes https://github.com/Kotlin/dokka/issues/521 | |||
2019-10-04 | Merge remote-tracking branch 'origin/multiplatform-support' into ↵ | Simon Ogorodnik | |
tmp--release--0.10.0 | |||
2019-10-03 | Fix the tests | Kamil Doległo | |
2019-10-03 | Fix the extension function file location | Kamil Doległo | |
2019-09-30 | Fix alltypes page look | Kamil Doległo | |
2019-09-30 | Fix package suppression | Kamil Doległo | |
2019-09-30 | Fix for multiple file rendering issues | Kamil Doległo | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-08-27 | Fix for missing colon in links to external sites, ↵ | Kamil Doległo | |
https://github.com/Kotlin/dokka/issues/405 | |||
2019-08-05 | Fix nested annotation and perPackageOptions bugs | Kamil Doległo | |
2019-08-05 | Cleanup, update README | Kamil Doległo | |
2019-07-09 | Quick and dirty fix for merging extensions for external classes | Kamil Doległo | |
2019-07-01 | Fix bug with nonexistent file on native | Kamil Doległo | |
2019-06-25 | fix *.dataTags tests | KrystianUjma | |
2019-06-24 | fix dataTagsInGroupNode test | KrystianUjma | |
2019-06-21 | Fix format in KotlinWebsiteHtml, markdown format changed slightly | Kamil Doległo | |
2019-06-21 | Fix groupNode tests, expected needs checking | Kamil Doległo | |
2019-06-13 | Cherry-pick NPE bugfix | Kamil Doległo | |
2019-06-13 | Fix NPE after release 0.9.18 | Kamil Doległo | |
2019-06-11 | fix kotlin website html tests | KrystianUjma | |
2019-06-10 | Merge branch 'kotlin-website-html' into multiplatform-support | KrystianUjma | |
2019-06-10 | fix kotlin website html tests | KrystianUjma | |
2019-06-10 | Fixed And/Gradle path bug | Kamil Doległo | |
2019-06-10 | fix kotlin website html | KrystianUjma | |
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 | Merge branch 'multiplatform-support' of github.com:KrystianUjma/dokka into ↵ | KrystianUjma | |
multiplatform-support | |||
2019-05-23 | #465 - fix javadoc parameters generation for java classes | KrystianUjma | |
2019-05-20 | Update "Can't find node ..." warning message | Kamil Doległo | |
2019-05-15 | Fix SinceKotlin | Kamil Doległo | |
2019-05-10 | Fix javadoc cast exception for annotation classes | Kamil Doległo | |
2019-05-07 | Fix some tests | Kamil Doległo | |
2019-04-30 | Fix suspend inline function test | Kamil Doległo | |
2019-04-19 | reformat code | KrystianUjma | |
2019-04-19 | Fix hardcoded classpaths for TestAPI | Kamil Doległo | |
2019-04-18 | fix tests (format change) | KrystianUjma | |
2019-04-18 | enable BaseKotlinWebSiteHtmlFormatTest | KrystianUjma | |
2019-04-18 | remove kotlin-website | KrystianUjma | |
2019-04-16 | Merge pull request #1 from kamilok1965/rework_gradle_plugin | Krystian Ujma | |
Rework gradle plugin | |||
2019-04-16 | Fix path | Kamil Doległo | |
2019-04-16 | Fix html formatting in some tests | Kamil Doległo | |
2019-04-15 | Mute Kotlin Website format tests | Kamil Doległo | |
2019-04-15 | Fix inline functions tests | Kamil Doległo | |
2019-04-10 | fix tests #2 - fails caused by bad index.html paths and missing paragraphs | KrystianUjma | |
2019-04-10 | Rework Gradle plugin, autoconfiguration not working yet | Kamil Doległo | |
2019-04-09 | fix tests- fails caused by bad index.html paths and missing paragraphs. | KrystianUjma | |