aboutsummaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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-23Show platforms of a node in summary tableDmitry Jemerov
2017-02-23Refactor SinceKotlin support to a more general "platform" mechanismDmitry Jemerov
2017-02-23Dokka now can detect and recognize SinceKotlinSimon Ogorodnik
2017-02-22Better separation between analysis and output generation phasesDmitry Jemerov
2017-02-17Fix for GH-136 GH-137 Blank lines inside code blocks are not preservedSimon Ogorodnik
2017-02-16KT-16262 Dokka does not render suspending function types properlySimon Ogorodnik
#KT-16262 fixed
2017-02-16Updated kotlin compiler to version 1.1.0-rc-84Simon Ogorodnik
Version ++ Prepare for next development iteration
2017-02-10Tweaking of sample formattingSimon Ogorodnik
2017-02-09Removed leading newlineSimon Ogorodnik
2017-02-07KT-16197 WebDemo: No empty stringsSimon Ogorodnik
#KT-16197 fixed
2017-01-18KT-15497 Dokka: Using of not-FQ name in @sample should be allowedSimon Ogorodnik
2017-01-13Drop import samples.* for website-samplesSimon Ogorodnik
2017-01-13Updated Kotlin Compiler finally and resolved problemsSimon Ogorodnik
2016-12-14Fix for GH-90Simon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
Fix for KT-14818 Render function type argument names in generated documentation * Fixup, unescape name, before passing to identifier * Fixup
2016-12-06Post-review changes, simplified proxiesSimon Ogorodnik
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-30Fixed tests for sample formatsSimon Ogorodnik
2016-11-30Added special format for experimental kotlin website samples formatSimon Ogorodnik
2016-11-30Set idea.io.use.fallback to "true", to fix idea environment startup warning ↵Simon Ogorodnik
on windows
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
Tweaked output for kotlin-website samples feature
2016-11-29Merge pull request #119 from Kotlin/0.9.10/GH-115Simon Ogorodnik
Fix for #115 `@param` and `@return` tags is missing in javadoc output
2016-11-29Post-review fixes, removed code duplication, fixed @throws supportSimon Ogorodnik
2016-11-28Fix sometimes failing testSimon Ogorodnik
2016-11-28Fix for GH-115, `@param` and `@return` tags is missing in javadoc outputSimon Ogorodnik
2016-11-25Fixup, remove unused importsSimon Ogorodnik
2016-11-25Fix AnalysisEnvironment to configure resolver properly according to latest ↵Simon Ogorodnik
changes, which is required to proper platform type aliases resolving
2016-11-24Fixup, added some type alias rendering testsSimon Ogorodnik
2016-11-24Added javadoc format test for simple typealiasesSimon Ogorodnik
2016-11-24Test for previous fix, in/out modifiers not lostSimon Ogorodnik
2016-11-24Fix most of failing tests, by not unwrapping types, if it not abbreviated ↵Simon Ogorodnik
(Otherwise we will lose in/out variance)
2016-11-24Type alias supportSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, ↵Simon Ogorodnik
Added SampleProcessingService to FormatDescriptor
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" ↵Simon Ogorodnik
markdown="1">...</div> And small refactoring
2016-11-08Fix for KT-14603 Do not escape html inside code blocks in markdown (#112)Simon Ogorodnik
2016-11-08Disabled broken test due not-supported yet typealiasesSimon Ogorodnik
2016-11-08Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from ↵Simon Ogorodnik
libraries not resolved
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-03Fix for KT-14076 : empty visible div's (#108)Simon Ogorodnik
Fix for KT-14076 : empty visible div's
2016-11-02Added test and post-review fixSimon Ogorodnik
2016-11-02Fix for GH-89 : Support for links to packagesSimon Ogorodnik
2016-11-02Merge branch '0.9.10/GH-98'Simon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-11-02Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc outputSimon Ogorodnik