aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 coun...Dmitry Jemerov
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 ru...Dmitry Jemerov
2015-09-02update to latest KotlinDmitry Jemerov
2015-07-27Merge pull request #31 from cy6erGn0m/javadocDmitry Jemerov
2015-07-27Upgrade markdown.jarSergey Mashkov
2015-07-27SourcePosition shouldn't contain nullsSergey Mashkov
2015-07-24Rework toDocumentationNode function to use ConstantValue<*> instead of any?Sergey Mashkov
2015-07-24Put source position information to node's details sectionSergey Mashkov
2015-07-22Upgrade to latest kotlinSergey Mashkov
2015-07-15remove duplicate VCS mappingDmitry Jemerov