aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-30initial support for generating javadoc from Kotlin light classesDmitry Jemerov
2015-10-30correctly working optional injectionDmitry Jemerov
2015-10-30fix Kotlin warningsDmitry Jemerov
2015-10-29cleanup after mergeDmitry Jemerov
2015-10-29Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into ↵Dmitry Jemerov
cy6erGn0m-javadoc # Conflicts: # dokka.iml # javadoc/javadoc.iml # javadoc/src/main/kotlin/docbase.kt # javadoc/src/main/kotlin/dokka-adapters.kt # javadoc/src/main/kotlin/reporter.kt # javadoc/src/main/kotlin/tags.kt # src/Analysis/AnalysisEnvironment.kt # src/Analysis/CompilerAPI.kt # src/Formats/KotlinWebsiteFormatService.kt # src/Formats/StructuredFormatService.kt # src/Java/JavaDocumentationBuilder.kt # src/Kotlin/ContentBuilder.kt # src/Kotlin/DocumentationBuilder.kt # src/Languages/JavaLanguageService.kt # src/Model/Content.kt # src/Model/PackageDocs.kt # src/Utilities/GuiceModule.kt # src/Utilities/Path.kt # src/Utilities/ServiceLocator.kt # test/src/markdown/MarkdownTestRunner.kt
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-29Initial javadoc generation moduleSergey Mashkov
2015-10-29Eliminate warnings caused by API changesSergey Mashkov
2015-10-29wrap each group of overloads in a <div>Dmitry Jemerov
2015-10-29don't generate "Description" subheadingsDmitry Jemerov
2015-10-29cleanupDmitry Jemerov
2015-10-29move the list of enum values above the list of properties/functions of the ↵Dmitry Jemerov
enum class
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 ↵Dmitry Jemerov
if there are no parameters
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 ↵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