Age | Commit message (Expand) | Author |
2016-11-14 | Post review fixes, now building text in single pass. | Simon Ogorodnik |
2016-11-14 | Replacing assertPrints, assertTrue to println for kotlin-website samples, Add... | Simon Ogorodnik |
2016-11-14 | Added //sampleStart //sampleEnd to samples on kotlin website | Simon Ogorodnik |
2016-11-14 | Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo... | Simon Ogorodnik |
2016-11-11 | Fixed android-gradle-plugin crash with android gradle build tools 2.2.0 | Simon Ogorodnik |
2016-11-10 | Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Upda... | Simon Ogorodnik |
2016-11-08 | Fix for KT-14603 Do not escape html inside code blocks in markdown (#112) | Simon Ogorodnik |
2016-11-08 | Disabled broken test due not-supported yet typealiases | Simon Ogorodnik |
2016-11-08 | Merge pull request #110 from Kotlin/0.9.10/GH-79 | Simon Ogorodnik |
2016-11-08 | Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libra... | Simon Ogorodnik |
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik |
2016-11-03 | Fix for KT-14076 : empty visible div's (#108) | Simon Ogorodnik |
2016-11-02 | Added test and post-review fix | Simon Ogorodnik |
2016-11-02 | Fix for GH-89 : Support for links to packages | Simon Ogorodnik |
2016-11-02 | Merge branch '0.9.10/GH-98' | Simon Ogorodnik |
2016-11-02 | Build refactoring: Now dokka-fatjar runnable through `java -jar` again | Simon Ogorodnik |
2016-11-02 | Fix for GH #98 : Added tests, altered fix code for corner cases | Simon Ogorodnik |
2016-11-02 | Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc output | Simon Ogorodnik |
2016-11-02 | Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with ... | Simon Ogorodnik |
2016-11-01 | Fix for GH #97 : Preserve language name of fenced code block for highlight | Simon Ogorodnik |
2016-11-01 | Fix for GH #95 , KT-13300 : dokka eats apostrophes | Simon Ogorodnik |
2016-11-01 | Fix for GH#94 : meta charset for Html format | Simon Ogorodnik |
2016-11-01 | Updated run configurations after build refactoring | Simon Ogorodnik |
2016-11-01 | do not add ./ to command if linux | Simon Ogorodnik |
2016-11-01 | Removed path relativize for commands | Simon Ogorodnik |
2016-11-01 | Fix for CI builds #2 | Simon Ogorodnik |
2016-11-01 | Fix for CI builds | Simon Ogorodnik |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik |
2016-07-12 | mention GFM format in README | Dmitry Jemerov |
2016-07-12 | update download link in README | Dmitry Jemerov |
2016-07-12 | Dokka 0.9.9 | Dmitry Jemerov |
2016-07-09 | fix tests on Windows | Dmitry Jemerov |
2016-07-08 | update Android plugin dependency to non-beta version | Dmitry Jemerov |
2016-07-08 | update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qual... | Dmitry Jemerov |
2016-07-06 | handle code blocks escaped with multiple backticks correctly; generate extra ... | Dmitry Jemerov |
2016-07-06 | don't lose exclamation marks in code blocks (KT-13000) | Dmitry Jemerov |
2016-07-04 | Rewrite output generation; much cleaner Markdown and HTML generated. Resolves... | Dmitry Jemerov |
2016-07-01 | extract stateful builder out of FormatService | Dmitry Jemerov |
2016-07-01 | introduce GFM output format | Dmitry Jemerov |
2016-06-30 | delete unused method | Dmitry Jemerov |
2016-06-30 | fix Dokka up-to-date checks (KT-12323) | Dmitry Jemerov |
2016-06-30 | Correctly include dependencies in classpath of Dokka Android build. Resolves #78 | Dmitry Jemerov |
2016-06-30 | build fix | Dmitry Jemerov |
2016-06-30 | Don't include internal members in generated javadoc. Resolves #75 | Dmitry Jemerov |
2016-06-30 | Generate correct signature for methods with parameters of Java primitive type... | Dmitry Jemerov |
2016-06-30 | deprecate <includeDirs> in Dokka Maven plugin, support <includes> instead. Re... | Dmitry Jemerov |
2016-06-30 | add test for @JvmName support in javadoc | Dmitry Jemerov |
2016-06-30 | Merge pull request #81 from zigzago/nojavadoc-crash | Dmitry Jemerov |
2016-05-26 | Avoid crash when no javadoc generated | Julien Buret |
2016-05-13 | don't add dokka jar to DokkaGenerator classpath | Dmitry Jemerov |