aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-04Making functions from renderer open so users can write their own custom ↵Paweł Marks
rendering strategies
2020-02-04Html related things moved to its own packagePaweł Marks
2020-02-04dri setsSzymon Świstun
2020-02-04Fixes JS script resources bugAndrzej Ratajczak
2020-02-04Implements DokkaLogger interface by MavenDokkaLoggerAndrzej Ratajczak
2020-02-04Adds summary reporting for all logging runnersAndrzej Ratajczak
2020-02-04Handles errors and fixes minor bugsAndrzej Ratajczak
2020-01-31Fix CrossPlatformExec.ktKamil Doległo
2020-01-31Minor fixes, rewritten CrossPlatformExec.ktKamil Doległo
2020-01-31Add official code styleKamil Doległo
2020-01-31Fix Gradle integration tests compilationKamil Doległo
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2020-01-31Cherry-pick 'analysis_rewrite_1.3.61'Kamil Doległo
2020-01-31Small refactoring of side menu builder in html rendererPaweł Marks
className renamed to submenuId function from unstable package removed
2020-01-31Fix TestRunner with new FileWriter.ktKamil Doległo
2020-01-31Unifing model for pages with content ant technical renderer specific pagesPaweł Marks
2020-01-31Cache of location provider addedPaweł Marks
2020-01-31Adding changes to HTML UI renderBłażej Kardyś
2020-01-29Remove stack overflow errorMartin Bonnin
See https://github.com/Kotlin/dokka/issues/512#issuecomment-539737596
2020-01-29Add a CONTRIBUTING.mdMartin Bonnin
2020-01-29Update kotlin compiler version to 1.3.61Kamil Doległo
2020-01-28Patch Java analysisKamil Doległo
2020-01-28Adding java files psi parsingBłażej Kardyś
2020-01-22tests moved to :testApi moduleSzymon Świstun
2020-01-20Move the Gradle integration tests back to `:runners`Kamil Doległo
2020-01-17Fix TestRunner after the refactoring of DokkaGenerator pipelineKamil Doległo
2020-01-16Removes redundant Writer interfaceAndrzej Ratajczak
2020-01-16Applies requested changesAndrzej Ratajczak
2020-01-16Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies ↵Andrzej Ratajczak
other than context
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