aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-07-15Merge pull request #30 from cy6erGn0m/buildDmitry Jemerov
2015-07-14Add new module to ant clean taskSergey Mashkov
2015-07-14Build fatjar by gradle and use it's output as dependency for maven and gradle...Sergey Mashkov
2015-07-13Merge pull request #29 from cy6erGn0m/gradle-pluginDmitry Jemerov
2015-07-13Don't require JDK 1.8Sergey Mashkov
2015-07-13Merge pull request #28 from cy6erGn0m/maven-pluginDmitry Jemerov
2015-07-13Add Mojo and TaskAction annotations to the list of annotations prohibits unus...Sergey Mashkov
2015-07-13Ant build to support gradle-plugin build tooSergey Mashkov
2015-07-13Gradle plugin getting startedSergey Mashkov
2015-07-13Gradle initial plugin implementationSergey Mashkov
2015-07-13Add sonatype repoSergey Mashkov
2015-07-13Maven plugin getting startedSergey Mashkov
2015-07-13Add JANSI library as it is required sometimesSergey Mashkov
2015-07-13Building all by ant + docSergey Mashkov
2015-07-13Maven plugin initial implementationSergey Mashkov
2015-07-13Build and install dokka fatjar to a local repository (to be used by maven)Sergey Mashkov
2015-07-09Merge pull request #27 from cy6erGn0m/maven-pluginDmitry Jemerov
2015-07-09fatjar ant target to get complete dokka-fat.jar to be used in command-line an...Sergey Mashkov
2015-07-09Merge pull request #26 from bintree/masterDmitry Jemerov
2015-07-09Fix project after types enhancement from annotationsDenis Zharkov
2015-06-30fix testsDmitry Jemerov
2015-06-30update intellij-core-analysis as wellDmitry Jemerov