aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-30annotations work in progressDmitry Jemerov
2014-12-30Merge pull request #8 from orangy/class-objectDmitry Jemerov
Include class object properties and functions in the list of class members
2014-12-30fix formatting of overload signaturesDmitry Jemerov
2014-12-30add test for html escaping; fix special characters eaten from outputDmitry Jemerov
2014-12-30more correct formatting of Markdown tablesDmitry Jemerov
2014-12-29render class object properties and functionsDmitry Jemerov
2014-12-29put class object functions and properties in main class blockDmitry Jemerov
2014-12-29Merge pull request #5 from orangy/command-line-formatDmitry Jemerov
Command line format
2014-12-29add -format argumentDmitry Jemerov
2014-12-29Merge pull request #7 from orangy/empty-descriptionDmitry Jemerov
don't generate "Description" header if nothing is going to follow it
2014-12-29don't generate "Description" header if nothing is going to follow itDmitry Jemerov
2014-12-29cleanupDmitry Jemerov
2014-12-29add command line argument for specifying output formatDmitry Jemerov
2014-12-29layout: api is specific to Kotlin web site, don't generate it in regular ↵Dmitry Jemerov
Jekyll output
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Remove one line sections tests.Ilya Ryzhenkov
2014-12-22Append modifiers and visibility to property accessorsIlya Ryzhenkov
2014-12-22Update markdown parser.Ilya Ryzhenkov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-16Process short links.Ilya Ryzhenkov
2014-12-16Update library to support dot-names for sectionsIlya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-12-15Update to changes in compiler (KDoc is child node of declaration)Ilya Ryzhenkov
2014-12-04Update to changes in compiler (isMarkedNullable)Ilya Ryzhenkov
2014-12-04Update to changes in compiler (KotlinBuiltins)Ilya Ryzhenkov
2014-12-02Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory ↵Ilya Ryzhenkov
method.
2014-10-15Ignore non-existing include file.Ilya Ryzhenkov
2014-10-14Sort members into groups, filter accessorsIlya Ryzhenkov
2014-10-14Visibility first.Ilya Ryzhenkov
2014-10-14Move manifest.Ilya Ryzhenkov
2014-10-14Manifest.Ilya Ryzhenkov
2014-10-14Artifcats.Ilya Ryzhenkov
2014-10-14Merge pull request #2 from kisenka/kotlin-website-formatterIlya Ryzhenkov
Replace internal index pages URLs from "/index.html" with "/"
2014-10-14Use module.md to get package descriptors, filter sections with names of ↵Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-10-13Switch back to KotlinWebSiteFormatterIlya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for ↵Ilya Ryzhenkov
{code ...} directive.
2014-10-13Migrate to lazy resolve sessionIlya Ryzhenkov
2014-10-13Workaround platform typesIlya Ryzhenkov
2014-10-13Replace internal index pages URLs from "/index.html" with "/"kisenka
2014-10-13Fixing formats and started work on inline function body.Ilya Ryzhenkov
2014-10-13Parse directives in the form of {directive params}. Parse colons in text.Ilya Ryzhenkov
2014-10-13Parse and format inline code, fix strong & emph formatting.Ilya Ryzhenkov
2014-10-13Include builtinsIlya Ryzhenkov
2014-10-13Fix extension propertiesIlya Ryzhenkov
2014-10-13Fix generation, add memory.Ilya Ryzhenkov
2014-10-12CleanupIlya Ryzhenkov
2014-10-12Remove obsolete code.Ilya Ryzhenkov
2014-10-12Convert visitors to top-down builderIlya Ryzhenkov
2014-10-12Merge pull request #1 from kisenka/kotlin-website-formatterIlya Ryzhenkov
Kotlin website formatter and other formatters improvements
2014-10-10Formatter for Kotlin website addedkisenka