aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-06Set version to 0.9.11Simon 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-06Merge pull request #123 from Kotlin/isolated-classloaderSimon Ogorodnik
Now dokka-fatjar complete isolated from poisonous Gradle environment
2016-12-06Drop *.iml'sSimon Ogorodnik
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-30Merge pull request #122 from Kotlin/website-samplesSimon Ogorodnik
Added special format for experimental kotlin website samples format
2016-11-30Added special format for experimental kotlin website samples formatSimon Ogorodnik
2016-11-30Merge pull request #121 from Kotlin/windows-warn-fixSimon Ogorodnik
Warning on windows fix
2016-11-30Set idea.io.use.fallback to "true", to fix idea environment startup warning ↵Simon Ogorodnik
on windows
2016-11-29Update README.mdSimon Ogorodnik
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-28Merge pull request #114 from Kotlin/0.9.10/typealiasSimon Ogorodnik
Type alias support
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-24Merge remote-tracking branch 'origin/master'Simon Ogorodnik
2016-11-24Fixed testSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-22Update README.mdSimon Ogorodnik
Mentioned in read me that Kotlin 1.1-M03 requires Gradle 3.2
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-11Fixed android-gradle-plugin crash with android gradle build tools 2.2.0Simon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
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-08Merge pull request #110 from Kotlin/0.9.10/GH-79Simon Ogorodnik
Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libraries not resolved
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-02Build refactoring: Now dokka-fatjar runnable through `java -jar` againSimon 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
2016-11-02Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with ↵Simon Ogorodnik
spaces
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-11-01Fix for GH #95 , KT-13300 : dokka eats apostrophesSimon Ogorodnik