aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-29render 'reified' modifier for type parameter; fix typo re: rendering type ↵Dmitry Jemerov
parameter bounds
2015-10-29loading the JDK and the Kotlin runtime in tests is now optionalDmitry Jemerov
2015-10-29Remove "implements operator X" notes because the "operator" modifier is ↵Dmitry Jemerov
sufficient to express that idea
2015-10-29summarize signatures for propertiesDmitry Jemerov
2015-10-29shared run configuration: nodeprecated, fix reflection pathDmitry 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-29exclude "doc" directory from indexingDmitry Jemerov
2015-10-29correctly render star projectionsDmitry Jemerov
2015-10-29add JANSI library dependencyDmitry Jemerov
2015-10-29fix command line argument parsingDmitry Jemerov
2015-10-29update main class name in shared run configurationsDmitry Jemerov
2015-10-23Update intellij-core-analysis.jarIlya Ryzhenkov
2015-10-23Add proguard task to reduce size of the jarIlya Ryzhenkov
2015-10-22Update to changes in Kotlin Beta.Ilya Ryzhenkov
2015-10-22Update version and dependencies to 1.0.0-beta-1038Ilya Ryzhenkov
2015-10-21M15 code cleanupDmitry Jemerov
2015-10-20update Dokka to Kotlin 1.0-betaDmitry Jemerov
2015-10-12update to Kotlin 0.15.439Dmitry Jemerov
2015-10-05update to Kotlin 0.15.137Dmitry Jemerov
2015-10-01update to Kotlin 0.15.46Dmitry Jemerov
2015-09-28update Dokka to M14Dmitry Jemerov
2015-09-22remove unneeded and invalid package importDmitry Jemerov
2015-09-21fix rendering of extension function typesDmitry Jemerov
2015-09-15kotlin-for-upsource 0.13.1510; markdown library with ABI 0.25.0Dmitry Jemerov
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-10@Deprecated annotation has an uppercase D nowDmitry Jemerov
2015-09-10fix package docs parsing, add testDmitry Jemerov
2015-09-10don't render annotations in summary modDmitry Jemerov
2015-09-10kotlin-for-upsource 0.13.1291Dmitry Jemerov
2015-09-10dokka-antlib.xml should be in the root of dokka-ant.jarDmitry Jemerov
2015-09-09add Ant task for building dokka.zipDmitry Jemerov
2015-09-09delete some incomplete and irrelevant Markdown parsing test codeDmitry 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
all modifiers
2015-09-09"annotation" is a modifer now, so don't render it the second time as a keywordDmitry Jemerov
2015-09-09update enum syntax in testsDmitry Jemerov
2015-09-09default visibility is publicDmitry Jemerov
2015-09-08kotlin-for-upsource 0.13.1195Dmitry Jemerov
2015-09-08fix HTML entity handling after changes in markdown parser; remove detail ↵Dmitry Jemerov
count assertions from tests
2015-09-08specify wildcard for test classesDmitry Jemerov
2015-09-08Ant task to run testsDmitry Jemerov
2015-09-08somehow make Dokka work with new compiler APIDmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ↵Dmitry Jemerov
run yet)
2015-09-02update to latest KotlinDmitry Jemerov
2015-07-27Merge pull request #31 from cy6erGn0m/javadocDmitry Jemerov
Kotlin upgrade + source position in documentation node