aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/TestAPI.kt
AgeCommit message (Collapse)Author
2019-10-10Extract testApi from coreKamil Doległo
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt
2019-04-19reformat codeKrystianUjma
2019-04-19Fix hardcoded classpaths for TestAPIKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
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-02-11Update bundled kotlin-compiler to 1.3.20-dev-564Simon Ogorodnik
2018-12-13Fix IDEA InspectionsXerus
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-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
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-27Add language version argumentsSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-10-09Update kotlin-compiler to 1.1.51Simon 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-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-03-23Add support for nice IDEA featureSimon Ogorodnik
2017-02-27Fix testSimon Ogorodnik
2017-02-24Option to skip declarations in root package from generated documentation ↵Dmitry Jemerov
(they can't be imported anyway)
2017-02-24Process all declarations with the same primary platform in a single pass; ↵Dmitry Jemerov
allow to provide default platforms based on declaration descriptor
2017-02-23Resolve link and generate alltypes only once, not after every platformDmitry 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-23Dokka now can detect and recognize SinceKotlinSimon Ogorodnik
2017-02-22Better separation between analysis and output generation phasesDmitry Jemerov
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, ↵Simon Ogorodnik
Added SampleProcessingService to FormatDescriptor
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the ↵Dmitry Jemerov
qualified name resolve problem in doc comments
2016-06-30Don't include internal members in generated javadoc. Resolves #75Dmitry Jemerov
2016-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use ↵Dmitry Jemerov
regular kotlin-compiler and kotlin-ide-common instead
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-12don't generate index pages in testsDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov