Age | Commit message (Expand) | Author |
2015-02-27 | fix link resolution with other variants of the javadoc PSI structure | Dmitry Jemerov |
2015-02-27 | handle @code and @literal tags in javadoc | Dmitry Jemerov |
2015-02-27 | use JSoup to convert HTML markup in javadoc to content tree | Dmitry Jemerov |
2015-02-26 | allow applying different styles to different kinds of identifiers | Dmitry Jemerov |
2015-02-26 | don't generate redundant links that lead to the same page with no anchor (e.g... | Dmitry Jemerov |
2015-02-26 | hide visibility modifiers in summary list of members | Dmitry Jemerov |
2015-02-26 | add another blank line after deprecation notice | Dmitry Jemerov |
2015-02-26 | syntax highlight code examples | Dmitry Jemerov |
2015-02-26 | separate sections for extension properties and extension functions | Dmitry Jemerov |
2015-02-26 | stop generating separate pages for property accessors | Dmitry Jemerov |
2015-02-26 | don't generate links to builtin types in signatures | Dmitry Jemerov |
2015-02-26 | variance modifiers for type projections are separate modifier nodes, not part... | Dmitry Jemerov |
2015-02-26 | variance modifiers for type parameters are separate modifier nodes, not part ... | Dmitry Jemerov |
2015-02-26 | don't show java.lang.Object in the list of Java class supertypes | Dmitry Jemerov |
2015-02-26 | use non-breaking spaces when generating signatures | Dmitry Jemerov |
2015-02-26 | include receiver type and parameter types in the signature of a property | Dmitry Jemerov |
2015-02-26 | in a qualified name, when we've reached a class, resolve lower-level members ... | Dmitry Jemerov |
2015-02-26 | fix formatting of overloads on kotlin website | Dmitry Jemerov |
2015-02-26 | fix formatting of signatures in Kotlin web site | Dmitry Jemerov |
2015-02-26 | fix formatting of "deprecated" notice in markdown | Dmitry Jemerov |
2015-02-26 | fix formatting of strikethrough on Kotlin website | Dmitry Jemerov |
2015-02-26 | fix formatting of code blocks on kotlin website | Dmitry Jemerov |
2015-02-26 | use correct extension in links for jekyll and kotlin-website docs | Dmitry Jemerov |
2015-02-25 | working test for cross-language links in documentation (Kotlin class extends ... | Dmitry Jemerov |
2015-02-25 | resolve references through single map from signature to DocumentationNode (en... | Dmitry Jemerov |
2015-02-25 | identify nodes by string signarture, not by descriptor object | Dmitry Jemerov |
2015-02-25 | use Kotlin style types in element signatures | Dmitry Jemerov |
2015-02-24 | understand @deprecated tag in javadoc | Dmitry Jemerov |
2015-02-20 | override links for properties | Dmitry Jemerov |
2015-02-20 | process @see tags in javadoc | Dmitry Jemerov |
2015-02-20 | process @link and @linkplain tags in javadoc | Dmitry Jemerov |
2015-02-20 | inheritor links for Java classes | Dmitry Jemerov |
2015-02-20 | links to supertypes in Java | Dmitry Jemerov |
2015-02-20 | pending references logic moved from DocumentationBuilder to model | Dmitry Jemerov |
2015-02-20 | resolve content links to declaration descriptors immediately during markdown ... | Dmitry Jemerov |
2015-02-20 | more generic and simple concept of pending links | Dmitry Jemerov |
2015-02-20 | allow a LocationService to take a qualified name directly, not just a Documen... | Dmitry Jemerov |
2015-02-20 | support in-page anchors in locations | Dmitry Jemerov |
2015-02-19 | refactor extension setup; encapsulate extension in LocationService | Dmitry Jemerov |
2015-02-19 | remove dependency of Location on a File; use more meaningful locations in tests | Dmitry Jemerov |
2015-02-17 | updated according to language change: class object -> default object | Dmitry Jemerov |
2015-02-16 | ignore SuppressWarnings annotations | Dmitry Jemerov |
2015-02-16 | API to create simple text nodes more easily | Dmitry Jemerov |
2015-02-16 | nicer representation for enum values | Dmitry Jemerov |
2015-02-16 | represent java.lang.Deprecated annotation as deprecation | Dmitry Jemerov |
2015-02-16 | represent java.lang.Object as 'Any' | Dmitry Jemerov |
2015-02-16 | represent Java annotations in dokka | Dmitry Jemerov |
2015-02-16 | represent non-final classes and methods as open | Dmitry Jemerov |
2015-02-16 | represent static methods as class object functions | Dmitry Jemerov |
2015-02-16 | represent fields as Kotlin properties | Dmitry Jemerov |