aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
AgeCommit message (Collapse)Author
2018-08-06ExternalDocumentationLinkResolver refactoring, extract common dependencies ↵aleksZubakov
from guice modules
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
Original: 8e9e768
2018-07-14Fix package docs parsing testSimon Ogorodnik
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
Original: 9e65c3d
2018-07-13Minor style fixesaleksZubakov
2018-07-12Test refactoring, add common platform testsaleksZubakov
2018-07-12Test refactoring and split by different platformsaleksZubakov
2018-05-17Fix incorrect link to stylesheet in html formatSimon Ogorodnik
2018-05-16Fix link resolution context for inherited docsSimon Ogorodnik
Fix #229
2018-03-23Fix external references to Java enum entriesSimon Ogorodnik
Fix #274
2017-12-15Normalize file path's when using as URISimon Ogorodnik
2017-12-05Uncomment and fix some special case testsSimon Ogorodnik
2017-12-05Append line before file path in testDataSimon Ogorodnik
2017-12-05Check file path in testData, when more then one nodeSimon Ogorodnik
2017-12-04Introduce test case with preset FileGeneratorSimon Ogorodnik
2017-12-02Update tests to new realitySimon Ogorodnik
2017-12-02WIP: Refactoring, remove LocationService, rework FormatDescriptorSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Fix reporting of FileComparisonFailure by adding idea_rt dependencySimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
fixes #205
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
Fix #228
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 fixed
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
#KT-17924 fixed
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
#KT-16234 fixed
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
#KT-16485 fixed
2017-05-11Support linking of external documentationSimon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
#KT-16418 fixed
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-04-24Update bundled kotlin-compiler to 1.1.2Simon Ogorodnik
2017-04-10Tweak kws html format to match output of old formatSimon Ogorodnik
2017-03-23Add support for nice IDEA featureSimon Ogorodnik
2017-03-20Deprecate old kotlin-website formatsSimon Ogorodnik
2017-03-20Create HTML based format for kotlin-websiteSimon Ogorodnik