aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Utilities
AgeCommit message (Expand)Author
2019-11-25Descriptor independent DocumentationNodes and seperate Page and PageContent b...Błażej Kardyś
2019-11-25Few fixes for loggerPaweł Marks
2019-11-25Page generation changesBłażej Kardyś
2019-11-05Add merger (sort of)Kamil Doległo
2019-11-04Adds information about tags to documentation graphsPaweł Marks
2019-10-31Adds transformation from descriptors to documentation graphPaweł Marks
2019-10-31Make things compile, no matter the costPaweł Marks
2019-10-31Temp changesBłażej Kardyś
2019-06-10Fixed And/Gradle path bugKamil Doległo
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2018-12-13Fix IDEA InspectionsXerus
2018-08-27Ant runner default external links and classpath resolving fixZubakov
2018-08-06ExternalDocumentationLinkResolver refactoring, extract common dependencies fr...aleksZubakov
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-14Fix relative uri's generationSimon Ogorodnik
2018-07-14[backport] KT-24271: Support external link resolution in JavadocParserSimon Ogorodnik
2018-07-14[backport] Stabilize signatures to fix linking from Java to KotlinSimon Ogorodnik
2018-07-13Add missing urlEncoded function for JLHSimon Ogorodnik
2018-07-13Refactor selecting of inbound link resolversSimon Ogorodnik
2018-07-13[backport] Add uri.relativeToSimon Ogorodnik
2017-12-15Don't force bind LanguageService to KotlinLanguageServiceSimon Ogorodnik
2017-12-11Fix optional bindingSimon Ogorodnik
2017-12-05Tidy aroundSimon Ogorodnik
2017-12-02Remove categories to prevent injection errorsSimon Ogorodnik
2017-12-02Extract Analysis components out of FormatDescriptorSimon Ogorodnik
2017-12-02WIP: Refactoring, remove LocationService, rework FormatDescriptorSimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-03-20Deprecate old kotlin-website formatsSimon Ogorodnik
2017-02-24Process all declarations with the same primary platform in a single pass; all...Dmitry Jemerov
2017-02-23Don't show implied platforms in outputDmitry Jemerov
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2017-02-22Better separation between analysis and output generation phasesDmitry Jemerov
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...Simon Ogorodnik
2016-11-02Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with ...Simon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov