Age | Commit message (Expand) | Author |
2014-12-29 | render class object properties and functions | Dmitry Jemerov |
2014-12-29 | put class object functions and properties in main class block | Dmitry Jemerov |
2014-12-29 | Merge pull request #5 from orangy/command-line-format | Dmitry Jemerov |
2014-12-29 | don't generate "Description" header if nothing is going to follow it | Dmitry Jemerov |
2014-12-29 | cleanup | Dmitry Jemerov |
2014-12-29 | add command line argument for specifying output format | Dmitry Jemerov |
2014-12-29 | layout: api is specific to Kotlin web site, don't generate it in regular Jeky... | Dmitry Jemerov |
2014-12-22 | Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. | Ilya Ryzhenkov |
2014-12-22 | Append modifiers and visibility to property accessors | Ilya Ryzhenkov |
2014-12-22 | Document some types in Dokka and fix to make them work. | Ilya Ryzhenkov |
2014-12-16 | Process short links. | Ilya Ryzhenkov |
2014-12-15 | Migrate to non-PsiBuilder fully-featured markdown parser. | Ilya Ryzhenkov |
2014-12-15 | Update to changes in compiler (KDoc is child node of declaration) | Ilya Ryzhenkov |
2014-12-04 | Update to changes in compiler (isMarkedNullable) | Ilya Ryzhenkov |
2014-12-04 | Update to changes in compiler (KotlinBuiltins) | Ilya Ryzhenkov |
2014-12-02 | Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory me... | Ilya Ryzhenkov |
2014-10-15 | Ignore non-existing include file. | Ilya Ryzhenkov |
2014-10-14 | Sort members into groups, filter accessors | Ilya Ryzhenkov |
2014-10-14 | Visibility first. | Ilya Ryzhenkov |
2014-10-14 | Move manifest. | Ilya Ryzhenkov |
2014-10-14 | Manifest. | Ilya Ryzhenkov |
2014-10-14 | Merge pull request #2 from kisenka/kotlin-website-formatter | Ilya Ryzhenkov |
2014-10-14 | Use module.md to get package descriptors, filter sections with names of membe... | Ilya Ryzhenkov |
2014-10-13 | Switch back to KotlinWebSiteFormatter | Ilya Ryzhenkov |
2014-10-13 | Remove BindingContext and migrate to ResolveSession, discover symbols for {co... | Ilya Ryzhenkov |
2014-10-13 | Migrate to lazy resolve session | Ilya Ryzhenkov |
2014-10-13 | Workaround platform types | Ilya Ryzhenkov |
2014-10-13 | Replace internal index pages URLs from "/index.html" with "/" | kisenka |
2014-10-13 | Fixing formats and started work on inline function body. | Ilya Ryzhenkov |
2014-10-13 | Parse directives in the form of {directive params}. Parse colons in text. | Ilya Ryzhenkov |
2014-10-13 | Parse and format inline code, fix strong & emph formatting. | Ilya Ryzhenkov |
2014-10-13 | Fix extension properties | Ilya Ryzhenkov |
2014-10-13 | Fix generation, add memory. | Ilya Ryzhenkov |
2014-10-12 | Cleanup | Ilya Ryzhenkov |
2014-10-12 | Remove obsolete code. | Ilya Ryzhenkov |
2014-10-12 | Convert visitors to top-down builder | Ilya Ryzhenkov |
2014-10-10 | Formatter for Kotlin website added | kisenka |
2014-10-10 | Added necessary newline after YAML Frontmatter section in Jekyll formatter | kisenka |
2014-10-10 | Fix code block formating in Markdown formatter | kisenka |
2014-10-10 | Change formatter to KotlinWebsiteFormatService | kisenka |
2014-10-10 | Fix Markdown table syntax. | kisenka |
2014-10-10 | Make Jekyll formatter extendable | kisenka |
2014-10-03 | Unify link resolution for short and full forms, remove ContentNameLink. | Ilya Ryzhenkov |
2014-10-03 | Resolve links to symbols with custom text | Ilya Ryzhenkov |
2014-10-03 | Resolve links in docs. | Ilya Ryzhenkov |
2014-10-03 | Fix visibility filtering. | Ilya Ryzhenkov |
2014-10-03 | Constructors, variance, links and styles. | Ilya Ryzhenkov |
2014-10-03 | Fix relative path. | Ilya Ryzhenkov |
2014-10-03 | Cross-reference links on types, relative locations. | Ilya Ryzhenkov |
2014-10-03 | Language Service now formats to ContentNode instead of String. | Ilya Ryzhenkov |