aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-25Fix AnalysisEnvironment to configure resolver properly according to latest ch...Simon Ogorodnik
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 (Ot...Simon Ogorodnik
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
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-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...Simon Ogorodnik
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. Upda...Simon Ogorodnik
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
2016-11-08Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libra...Simon Ogorodnik
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
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
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
2016-11-01Fix for GH#94 : meta charset for Html formatSimon Ogorodnik
2016-11-01Updated run configurations after build refactoringSimon Ogorodnik
2016-11-01do not add ./ to command if linuxSimon Ogorodnik
2016-11-01Removed path relativize for commandsSimon Ogorodnik
2016-11-01Fix for CI builds #2Simon Ogorodnik
2016-11-01Fix for CI buildsSimon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
2016-07-12mention GFM format in READMEDmitry Jemerov
2016-07-12update download link in READMEDmitry Jemerov
2016-07-12Dokka 0.9.9Dmitry Jemerov
2016-07-09fix tests on WindowsDmitry Jemerov
2016-07-08update Android plugin dependency to non-beta versionDmitry Jemerov
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qual...Dmitry Jemerov
2016-07-06handle code blocks escaped with multiple backticks correctly; generate extra ...Dmitry Jemerov
2016-07-06don't lose exclamation marks in code blocks (KT-13000)Dmitry Jemerov
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...Dmitry Jemerov
2016-07-01extract stateful builder out of FormatServiceDmitry Jemerov
2016-07-01introduce GFM output formatDmitry Jemerov
2016-06-30delete unused methodDmitry Jemerov