aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Expand)Author
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-12-06Post-review changes, simplified proxiesSimon Ogorodnik
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-30Added special format for experimental kotlin website samples formatSimon Ogorodnik
2016-11-30Set idea.io.use.fallback to "true", to fix idea environment startup warning o...Simon Ogorodnik
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
2016-11-29Post-review fixes, removed code duplication, fixed @throws supportSimon Ogorodnik
2016-11-28Fix for GH-115, `@param` and `@return` tags is missing in javadoc outputSimon Ogorodnik
2016-11-25Fixup, remove unused importsSimon Ogorodnik
2016-11-25Fix AnalysisEnvironment to configure resolver properly according to latest ch...Simon Ogorodnik
2016-11-24Fixup, added some type alias rendering testsSimon Ogorodnik
2016-11-24Fix most of failing tests, by not unwrapping types, if it not abbreviated (Ot...Simon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...Simon Ogorodnik
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...Simon Ogorodnik
2016-11-08Fix for KT-14603 Do not escape html inside code blocks in markdown (#112)Simon Ogorodnik
2016-11-08Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libra...Simon Ogorodnik
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-03Fix for KT-14076 : empty visible div's (#108)Simon Ogorodnik
2016-11-02Added test and post-review fixSimon Ogorodnik
2016-11-02Fix for GH-89 : Support for links to packagesSimon Ogorodnik
2016-11-02Merge branch '0.9.10/GH-98'Simon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-11-02Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc outputSimon Ogorodnik
2016-11-02Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with ...Simon Ogorodnik
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-11-01Fix for GH #95 , KT-13300 : dokka eats apostrophesSimon Ogorodnik
2016-11-01Fix for GH#94 : meta charset for Html formatSimon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
2016-07-09fix tests on WindowsDmitry Jemerov
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qual...Dmitry Jemerov
2016-07-06handle code blocks escaped with multiple backticks correctly; generate extra ...Dmitry Jemerov
2016-07-06don't lose exclamation marks in code blocks (KT-13000)Dmitry Jemerov
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...Dmitry Jemerov
2016-07-01extract stateful builder out of FormatServiceDmitry Jemerov
2016-07-01introduce GFM output formatDmitry Jemerov
2016-06-30delete unused methodDmitry Jemerov
2016-06-30Don't include internal members in generated javadoc. Resolves #75Dmitry Jemerov
2016-06-30Generate correct signature for methods with parameters of Java primitive type...Dmitry Jemerov
2016-05-13don't add dokka jar to DokkaGenerator classpathDmitry Jemerov
2016-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...Dmitry Jemerov
2016-05-10use a much simpler way to access JavaDescriptorResolverDmitry Jemerov
2016-04-29in order to work with shadowjar, locate self using antlib.xml and not a speci...Dmitry Jemerov
2016-04-29don't report type parameters for array classes; don't report qualified names ...Dmitry Jemerov
2016-04-28SOE protection when calculating type signature. Resolves #69Dmitry Jemerov
2016-04-28correctly render Markdown in link text (KT-11791)Dmitry Jemerov
2016-04-27Use FQ name instead of simple name to identify array classes. Resolves #68Dmitry Jemerov