aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-26stop generating separate pages for property accessorsDmitry Jemerov
2015-02-26don't generate links to builtin types in signaturesDmitry Jemerov
2015-02-26variance modifiers for type projections are separate modifier nodes, not part...Dmitry Jemerov
2015-02-26variance modifiers for type parameters are separate modifier nodes, not part ...Dmitry Jemerov
2015-02-26don't show java.lang.Object in the list of Java class supertypesDmitry Jemerov
2015-02-26use non-breaking spaces when generating signaturesDmitry Jemerov
2015-02-26include receiver type and parameter types in the signature of a propertyDmitry Jemerov
2015-02-26in a qualified name, when we've reached a class, resolve lower-level members ...Dmitry Jemerov
2015-02-26fix formatting of overloads on kotlin websiteDmitry Jemerov
2015-02-26fix formatting of signatures in Kotlin web siteDmitry Jemerov
2015-02-26fix formatting of "deprecated" notice in markdownDmitry Jemerov
2015-02-26fix formatting of strikethrough on Kotlin websiteDmitry Jemerov
2015-02-26fix formatting of code blocks on kotlin websiteDmitry Jemerov
2015-02-26use correct extension in links for jekyll and kotlin-website docsDmitry Jemerov
2015-02-25working test for cross-language links in documentation (Kotlin class extends ...Dmitry Jemerov
2015-02-25resolve references through single map from signature to DocumentationNode (en...Dmitry Jemerov
2015-02-25identify nodes by string signarture, not by descriptor objectDmitry Jemerov
2015-02-25use Kotlin style types in element signaturesDmitry Jemerov
2015-02-24understand @deprecated tag in javadocDmitry Jemerov
2015-02-20override links for propertiesDmitry Jemerov
2015-02-20process @see tags in javadocDmitry Jemerov
2015-02-20process @link and @linkplain tags in javadocDmitry Jemerov
2015-02-20inheritor links for Java classesDmitry Jemerov
2015-02-20links to supertypes in JavaDmitry Jemerov
2015-02-20pending references logic moved from DocumentationBuilder to modelDmitry Jemerov
2015-02-20resolve content links to declaration descriptors immediately during markdown ...Dmitry Jemerov
2015-02-20more generic and simple concept of pending linksDmitry Jemerov
2015-02-20allow a LocationService to take a qualified name directly, not just a Documen...Dmitry Jemerov
2015-02-20support in-page anchors in locationsDmitry Jemerov
2015-02-19refactor extension setup; encapsulate extension in LocationServiceDmitry Jemerov
2015-02-19remove dependency of Location on a File; use more meaningful locations in testsDmitry Jemerov
2015-02-17updated according to language change: class object -> default objectDmitry Jemerov
2015-02-16ignore SuppressWarnings annotationsDmitry Jemerov
2015-02-16API to create simple text nodes more easilyDmitry Jemerov
2015-02-16nicer representation for enum valuesDmitry Jemerov
2015-02-16represent java.lang.Deprecated annotation as deprecationDmitry Jemerov
2015-02-16represent java.lang.Object as 'Any'Dmitry Jemerov
2015-02-16represent Java annotations in dokkaDmitry Jemerov
2015-02-16represent non-final classes and methods as openDmitry Jemerov
2015-02-16represent static methods as class object functionsDmitry Jemerov
2015-02-16represent fields as Kotlin propertiesDmitry Jemerov
2015-02-16exclude private membersDmitry Jemerov
2015-02-16represent type arguments as nodes of type Type, not TypeParameterDmitry Jemerov
2015-02-16represent array types as type with type parameterDmitry Jemerov
2015-02-16handle vararg typesDmitry Jemerov
2015-02-16don't lose tag value where it's actually part of the descriptionDmitry Jemerov
2015-02-16convert doc tags to sectionsDmitry Jemerov
2015-02-13add Java inner classes to modelDmitry Jemerov
2015-02-13distinguish Kotlin inner classesDmitry Jemerov
2015-02-13handle Java constructors nicelyDmitry Jemerov