aboutsummaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2019-08-27Fix for missing colon in links to external sites, ↵Kamil Doległo
https://github.com/Kotlin/dokka/issues/405
2019-08-05Fix nested annotation and perPackageOptions bugsKamil Doległo
2019-08-05Cleanup, update READMEKamil Doległo
2019-07-09Quick and dirty fix for merging extensions for external classesKamil Doległo
2019-07-01Fix bug with nonexistent file on nativeKamil Doległo
2019-06-25fix *.dataTags testsKrystianUjma
2019-06-21Fix format in KotlinWebsiteHtml, markdown format changed slightlyKamil Doległo
2019-06-21Fix groupNode tests, expected needs checkingKamil Doległo
2019-06-13Cherry-pick NPE bugfixKamil Doległo
2019-06-13Fix NPE after release 0.9.18Kamil Doległo
2019-06-10Merge branch 'kotlin-website-html' into multiplatform-supportKrystianUjma
2019-06-10Fixed And/Gradle path bugKamil Doległo
2019-06-10fix kotlin website htmlKrystianUjma
2019-05-29remove ignore from kotlin website html testsKrystianUjma
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
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-23Merge branch 'multiplatform-support' of github.com:KrystianUjma/dokka into ↵KrystianUjma
multiplatform-support
2019-05-23#465 - fix javadoc parameters generation for java classesKrystianUjma
2019-05-20Update "Can't find node ..." warning messageKamil Doległo
2019-05-15Fix SinceKotlinKamil Doległo
2019-05-10Fix javadoc cast exception for annotation classesKamil Doległo
2019-05-07Fix some testsKamil Doległo
2019-04-19reformat codeKrystianUjma
2019-04-19Fix hardcoded classpaths for TestAPIKamil Doległo
2019-04-18enable BaseKotlinWebSiteHtmlFormatTestKrystianUjma
2019-04-18remove kotlin-websiteKrystianUjma
2019-04-16Fix html formatting in some testsKamil Doległo
2019-04-15Mute Kotlin Website format testsKamil Doległo
2019-04-15Fix inline functions testsKamil Doległo
2019-04-09fix tests- fails caused by bad index.html paths and missing paragraphs.KrystianUjma
2019-04-08Implement Gradle Pass ConfigurationKamil Doległo
2019-04-03partial fix MarkdownFormatTest.extensions#2 test, change order of content ↵KrystianUjma
and signature, 4 tests fixed
2019-04-02fix MarkdownFormatTest.extensions#1 test, add table cellKrystianUjma
2019-04-01fix MarkdownFormatTest.extensions#1 testKrystianUjma
2019-04-01Fix some returnTag testsKamil Doległo
2019-03-27Fix some "sinceKotlin" unit testsKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-03-18Merge branch 'dev-pre' into devSimon Ogorodnik
# Conflicts: # core/src/main/kotlin/Model/PackageDocs.kt
2019-03-13Fix nullability annotations in javadocSimon Ogorodnik
#446 fixed
2019-03-11Fix not null annotation java-as-html bug (#442)Krystian Ujma
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 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