aboutsummaryrefslogtreecommitdiff
path: root/src/Kotlin
AgeCommit message (Expand)Author
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-12-02a ScriptDescriptor is a ClassDescriptor nowDmitry Jemerov
2015-11-16update to Kotlin beta 2Dmitry Jemerov
2015-11-05add tests; fixes related to qualified names of typesDmitry Jemerov
2015-11-04remove extra <p> tags from @paramDmitry Jemerov
2015-11-04hide private and internal members from javadocDmitry Jemerov
2015-11-04extract DescriptorDocumentationParser out of DocumentationBuilderDmitry Jemerov
2015-11-04@Inject all the thingsDmitry Jemerov
2015-11-04streamline setup codeDmitry Jemerov
2015-11-04extract JavadocParser to a separate file; extract DeclarationLinkResolver out...Dmitry Jemerov
2015-11-03reduce the number of Kotlinisms in documentation model generated from Java codeDmitry Jemerov
2015-11-03build Kotlin documentation for Java files based on descriptorsDmitry Jemerov
2015-10-30load KDoc comments when building javadocDmitry Jemerov
2015-10-30initial support for generating javadoc from Kotlin light classesDmitry Jemerov
2015-10-29show extensions applicable to superclasses in the list of class membersDmitry Jemerov
2015-10-29don't render annotations on types in summary viewDmitry Jemerov
2015-10-29show inherited members in the list of class membersDmitry Jemerov
2015-10-29don't generate soft line break before closing parenthesis of parameter list i...Dmitry Jemerov
2015-10-29correctly hide 'reified' on summary pageDmitry Jemerov
2015-10-29correctly render qualified names for external classesDmitry Jemerov
2015-10-29wrap long supertype listsDmitry Jemerov
2015-10-29render annotations on types (such as @UnsafeVariance)Dmitry Jemerov
2015-10-29render 'reified' modifier for type parameter; fix typo re: rendering type par...Dmitry Jemerov
2015-10-29Remove "implements operator X" notes because the "operator" modifier is suffi...Dmitry Jemerov
2015-10-29summarize signatures for propertiesDmitry Jemerov
2015-10-29exclude 'inline', 'noinline' and 'crossinline' from summary report; fix testsDmitry Jemerov
2015-10-29don't show Unit return type in signaturesDmitry Jemerov
2015-10-29wrapping and nicer formatting for signaturesDmitry Jemerov
2015-10-29summarize signatures for overloaded stdlib functionsDmitry Jemerov
2015-10-29correctly render star projectionsDmitry Jemerov
2015-10-21M15 code cleanupDmitry Jemerov
2015-10-20update Dokka to Kotlin 1.0-betaDmitry Jemerov
2015-10-01update to Kotlin 0.15.46Dmitry Jemerov
2015-09-21fix rendering of extension function typesDmitry Jemerov
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-10@Deprecated annotation has an uppercase D nowDmitry Jemerov
2015-09-10don't render annotations in summary modDmitry Jemerov
2015-09-09render annotations before modifiersDmitry Jemerov
2015-09-09don't duplicate 'abstract' and 'sealed' modifiersDmitry Jemerov
2015-09-09handle new element types for Markdown code fencesDmitry Jemerov
2015-09-09render annotations with @; render only @MustBeDocumented annotations; render ...Dmitry Jemerov
2015-09-09"annotation" is a modifer now, so don't render it the second time as a keywordDmitry Jemerov
2015-09-09default visibility is publicDmitry Jemerov
2015-09-08fix HTML entity handling after changes in markdown parser; remove detail coun...Dmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ru...Dmitry Jemerov
2015-07-24Rework toDocumentationNode function to use ConstantValue<*> instead of any?Sergey Mashkov
2015-07-22Upgrade to latest kotlinSergey Mashkov
2015-07-09Fix project after types enhancement from annotationsDenis Zharkov
2015-06-30update to latest KotlinDmitry Jemerov
2015-06-16some cleanupDmitry Jemerov