aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-18fix tests (format change)KrystianUjma
2019-04-18enable BaseKotlinWebSiteHtmlFormatTestKrystianUjma
2019-04-18remove kotlin-websiteKrystianUjma
2019-04-17Remove default targetKamil Doległo
2019-04-16First readme update for multiplatformKamil Doległo
2019-04-16cherrypick readme updateKamil Doległo
2019-04-16Merge pull request #1 from kamilok1965/rework_gradle_pluginKrystian Ujma
Rework gradle plugin
2019-04-16Fix pathKamil Doległo
2019-04-16Fix html formatting in some testsKamil Doległo
2019-04-16Change extension behaviourKamil Doległo
2019-04-16Fix Gradle extensionsKamil Doległo
2019-04-15Mute Kotlin Website format testsKamil Doległo
2019-04-15Fix inline functions testsKamil Doległo
2019-04-15Fix for configKamil Doległo
2019-04-15Light refactoringKamil Doległo
2019-04-11Remove dead code, create package, add commentKamil Doległo
2019-04-11Extract extension names to constsKamil Doległo
2019-04-10Remove some code that looks deadKamil Doległo
2019-04-10Change Gradle extension namesKamil Doległo
2019-04-10fix tests #2 - fails caused by bad index.html paths and missing paragraphsKrystianUjma
2019-04-10Add automatic sourceDirs resolving when not using multiprojectKamil Doległo
2019-04-10Add extension for configuring dokka with one block less when not using ↵Kamil Doległo
multiplatform
2019-04-10Rework Gradle plugin, autoconfiguration not working yetKamil 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-29Fix TeamCity badge in READMEKamil Doległo
2019-03-27Fix some "sinceKotlin" unit testsKamil Doległo
2019-03-27Fix MavenKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2019-03-20Fix cli kotlinx dependencyKamil Doległo
2019-03-20Fix antKamil Doległo
2019-03-20Fix bad version, remove unused codeKamil Doległo
2019-03-19Fix kotlinx.cli dependencyKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-03-13Updated Readme for noJdkLink (#443)Kamil Doległo
* Updated Readme for noJdkLink
2019-03-13Fix nullability annotations in javadocSimon Ogorodnik
#446 fixed
2019-03-11Readme update (#441)Krystian Ujma
* add dokkaRuntime config to the readme, add FAQ link * change output formats description
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 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