Age | Commit message (Expand) | Author |
2016-12-06 | KT-14818 Render function type argument names in generated documentation (#116) | Simon Ogorodnik |
2016-11-29 | Merge pull request #111 from Kotlin/website-samples | Simon Ogorodnik |
2016-11-24 | Fix most of failing tests, by not unwrapping types, if it not abbreviated (Ot... | Simon Ogorodnik |
2016-11-24 | Type alias support | Simon Ogorodnik |
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-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | 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 | 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-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-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-05-10 | update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r... | Dmitry Jemerov |
2016-05-10 | use a much simpler way to access JavaDescriptorResolver | Dmitry Jemerov |
2016-04-28 | SOE protection when calculating type signature. Resolves #69 | Dmitry Jemerov |
2016-04-28 | correctly render Markdown in link text (KT-11791) | Dmitry Jemerov |
2016-04-01 | KT-11530: when the receiver type of an extension is generic, use subclass ins... | Dmitry Jemerov |
2016-02-02 | don't create node for Java package if all declarations in it have suppressed ... | Dmitry Jemerov |
2016-02-02 | restore handling of @suppress tags in javadoc comments | Dmitry Jemerov |
2016-02-02 | update for public RC | Dmitry Jemerov |
2016-01-25 | update Dokka to internal RC: remove usages of kotlin.test | Dmitry Jemerov |
2016-01-14 | fix resolve of @sample links | Dmitry Jemerov |
2016-01-12 | don't generate index pages in tests | Dmitry Jemerov |
2016-01-12 | generate all types index | Dmitry Jemerov |
2016-01-12 | generate signature-based anchors for overloads; use signature instead of name... | Dmitry Jemerov |
2016-01-12 | Merge remote-tracking branch 'origin/master' | Dmitry Jemerov |
2016-01-12 | Merge pull request #48 from ingokegel/master | Dmitry Jemerov |
2016-01-12 | allow specifying JDK version to use for JDK links | Dmitry Jemerov |
2016-01-08 | link to JDK classes (KT-10452) | Dmitry Jemerov |
2016-01-08 | don't generate "Extensions for external classes" pages for classes which are ... | Dmitry Jemerov |
2016-01-08 | delete a bit of dead code | Dmitry Jemerov |
2016-01-08 | include extension function in the list of extensions for a class if the class... | Dmitry Jemerov |
2016-01-08 | rewrite propagation of extension functions to subclasses to handle shadowing ... | Dmitry Jemerov |
2016-01-06 | Linking to a target with underscores did not work | ingo |
2016-01-06 | Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress w... | ingo |
2016-01-05 | distinguish inherited companion object members | Dmitry Jemerov |
2016-01-05 | don't include companion object members inherited from Any in class documentation | Dmitry Jemerov |
2016-01-05 | render multiple type parameter constraints according to current Kotlin syntax | Dmitry Jemerov |
2016-01-05 | always include type parameters in the signature of a type | Dmitry Jemerov |
2016-01-04 | separate groups for annotations and exceptions in the members list | Dmitry Jemerov |
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R... | Dmitry Jemerov |
2016-01-04 | kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to m... | Dmitry Jemerov |
2016-01-04 | cleanup: remove redundant 'public' modifiers | Dmitry Jemerov |
2016-01-04 | Embedded underscores in words like word_with_underscores or single embedded s... | Ingo Kegel |