aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-15Fix the test frameworkKamil Doległo
2020-01-15Add testing utils and examplesSzymon Świstun
2020-01-15Temporary reincluding and silencing integration testsPaweł Marks
2020-01-15Information about generics and nullability is no longer lostPaweł Marks
also removed obsolete and commented tests
2020-01-15Resolved problems with DRI genericsAndrzej Ratajczak
2020-01-15Rewriting HtmlRenderer to use kotlinx.htmlBłażej Kardyś
2020-01-08Fix linking to stdlib with Maven and CLIKamil 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
2020-01-08Delete accidentally added idea fileBarkingBad
2020-01-08Resolved problems with plugins loading ordering and added type safe ordering ↵Andrzej Ratajczak
function
2020-01-08cleanupSzymon Świstun
2020-01-08drop removedSzymon Świstun
2020-01-08module name fixSzymon Świstun
2020-01-08fixed module nameSzymon Świstun
2020-01-08response to commentsSzymon Świstun
2020-01-08DRI infinite recursion plugSzymon Świstun
2020-01-08linksHandler temp fixSzymon Świstun
2020-01-08change in list building logicSzymon Świstun
2020-01-08module nameSzymon Świstun
2020-01-08BlockQuote and ImgSzymon Świstun
2019-12-24Use a different method for classpath extraction from Android taskKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/549
2019-12-18Update README.mdKamil Doległo
2019-12-18Implement display of Java default constructorsAndrea 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-18fix the link to the dokka fat jarunly
2019-12-18Make key methods of plugin and task protected openKamil Doległo
Addresses https://github.com/Kotlin/dokka/issues/534
2019-12-16Changes naming and applies pull request's requirementsAndrzej Ratajczak
2019-12-13Fix mathjax plugin for dokka to compileKamil Doległo
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad
2019-12-12Update IDE instructions in READMETiem Song
Updated instructions to reflect loading project with IntellJ IDEA 2019.3.
2019-12-10Ignore samples.Sample import when generating runnable samplesTillmann Berg
2019-12-05Parentless page navigationBłażej Kardyś
2019-12-03fix the link to the dokka fat jarunly
2019-11-28Provide an error message when no pass config is presentKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/511
2019-11-28Fix package suppressionKamil 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-11-28Add better error message when fatjar cannot be resolvedKamil Doległo
2019-11-28Cleanup old commentsKamil Doległo
2019-11-28Fix a bug with internal links without extensionKamil Doległo
2019-11-28Fix the testsKamil Doległo
2019-11-28Add some diagramsKamil Doległo
2019-11-28Bump dokka versionKamil Doległo
2019-11-28Cleaning package namingBłażej Kardyś
2019-11-28Fix not skipping empty packages by defaultKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/510
2019-11-28Use builder when creating external link configurationKamil Doległo
Fixes https://github.com/Kotlin/dokka/issues/514
2019-11-28Bump dokka versionKamil Doległo
2019-11-28Resolved problems with android multiflavors documentation shadowing (#527)BarkingBad
2019-11-28Readme update for the androidVariantKamil Doległo
2019-11-28Refactor configuration extractionKamil Doległo
2019-11-26Making names of extension points more consistentPaweł Marks
2019-11-26Introduction of all important extension points and restructuring of ↵Paweł Marks
DokkaGenerator
2019-11-26Fix FileWriterKamil Doległo
2019-11-26Fix XMLPlugin after changes in DRIsKamil Doległo