aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Append modifiers and visibility to property accessorsIlya 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-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-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-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-10Formatter for Kotlin website addedkisenka
2014-10-10Added necessary newline after YAML Frontmatter section in Jekyll formatterkisenka
2014-10-10Fix code block formating in Markdown formatterkisenka
2014-10-10Change formatter to KotlinWebsiteFormatServicekisenka
2014-10-10Fix Markdown table syntax.kisenka
2014-10-10Make Jekyll formatter extendablekisenka
2014-10-03Unify link resolution for short and full forms, remove ContentNameLink.Ilya Ryzhenkov
2014-10-03Resolve links to symbols with custom textIlya Ryzhenkov
2014-10-03Resolve links in docs.Ilya Ryzhenkov
2014-10-03Fix visibility filtering.Ilya Ryzhenkov
2014-10-03Constructors, variance, links and styles.Ilya Ryzhenkov
2014-10-03Fix relative path.Ilya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-10-03Language Service now formats to ContentNode instead of String.Ilya Ryzhenkov
2014-10-03Work on cross-references.Ilya Ryzhenkov
2014-09-29Fix renderingIlya Ryzhenkov
2014-09-29Lexing/parsing better.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse ↵Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-09-26Continue markdown processingIlya Ryzhenkov
2014-09-26Update to fresh kotlin.Ilya Ryzhenkov
2014-09-25Add generated parser, lexer and some tests.Ilya Ryzhenkov