- bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
- 9535260 Update library to support dot-names for sections by Ilya Ryzhenkov · 10 years ago
- c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
- bf6696b Update to changes in compiler (KDoc is child node of declaration) by Ilya Ryzhenkov · 10 years ago
- 5d0af0b Update to changes in compiler (isMarkedNullable) by Ilya Ryzhenkov · 10 years ago
- 2117416 Update to changes in compiler (KotlinBuiltins) by Ilya Ryzhenkov · 10 years ago
- 45e9395 Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory method. by Ilya Ryzhenkov · 10 years ago
- 390fd8f Ignore non-existing include file. by Ilya Ryzhenkov · 10 years ago
- 4907736 Sort members into groups, filter accessors by Ilya Ryzhenkov · 10 years ago
- 92b8252 Visibility first. by Ilya Ryzhenkov · 10 years ago
- b16b02b Move manifest. by Ilya Ryzhenkov · 10 years ago
- e02c2db Manifest. by Ilya Ryzhenkov · 10 years ago
- 0511b94 Artifcats. by Ilya Ryzhenkov · 10 years ago
- 3c30b2d Merge pull request #2 from kisenka/kotlin-website-formatter by Ilya Ryzhenkov · 10 years ago
- 280dc29 Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. by Ilya Ryzhenkov · 10 years ago
- 66e5e16 Switch back to KotlinWebSiteFormatter by Ilya Ryzhenkov · 10 years ago
- 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
- efd1947 Migrate to lazy resolve session by Ilya Ryzhenkov · 10 years ago
- 17f0237 Workaround platform types by Ilya Ryzhenkov · 10 years ago
- b3d2b8c Replace internal index pages URLs from "/index.html" with "/" by kisenka · 10 years ago
- ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
- 4984488 Parse directives in the form of {directive params}. Parse colons in text. by Ilya Ryzhenkov · 10 years ago
- 9f0ff55 Parse and format inline code, fix strong & emph formatting. by Ilya Ryzhenkov · 10 years ago
- b3f588c Include builtins by Ilya Ryzhenkov · 10 years ago
- 5efc1a3 Fix extension properties by Ilya Ryzhenkov · 10 years ago
- 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago
- ba1f12d Cleanup by Ilya Ryzhenkov · 10 years ago
- 471039e Remove obsolete code. by Ilya Ryzhenkov · 10 years ago
- 11355ce Convert visitors to top-down builder by Ilya Ryzhenkov · 10 years ago
- cf27225 Merge pull request #1 from kisenka/kotlin-website-formatter by Ilya Ryzhenkov · 10 years ago
- f5d6bc3 Formatter for Kotlin website added by kisenka · 10 years ago
- 18bcaee Added necessary newline after YAML Frontmatter section in Jekyll formatter by kisenka · 10 years ago
- 8fbeb61 Fix code block formating in Markdown formatter by kisenka · 10 years ago
- d3421d0 Change formatter to KotlinWebsiteFormatService by kisenka · 10 years ago
- 290d5a9 Fix Markdown table syntax. by kisenka · 10 years ago
- 782a0b3 Make Jekyll formatter extendable by kisenka · 10 years ago
- 10068c5 Unify link resolution for short and full forms, remove ContentNameLink. by Ilya Ryzhenkov · 10 years ago
- 04135d1 Resolve links to symbols with custom text by Ilya Ryzhenkov · 10 years ago
- 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
- b642b7c Fix visibility filtering. by Ilya Ryzhenkov · 10 years ago
- e93440b Constructors, variance, links and styles. by Ilya Ryzhenkov · 10 years ago
- aedccb9 Fix relative path. by Ilya Ryzhenkov · 10 years ago
- d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
- 7c6da4b Language Service now formats to ContentNode instead of String. by Ilya Ryzhenkov · 10 years ago
- a52e1d5 Work on cross-references. by Ilya Ryzhenkov · 10 years ago
- e93b629 Fix rendering by Ilya Ryzhenkov · 10 years ago
- 36a96fb Lexing/parsing better. by Ilya Ryzhenkov · 10 years ago
- 1835f2f ## Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
- 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
- 2e3dc23 Continue markdown processing by Ilya Ryzhenkov · 10 years ago
- 7b2e274 Update to fresh kotlin. by Ilya Ryzhenkov · 10 years ago
- 5894bf2 Add generated parser, lexer and some tests. by Ilya Ryzhenkov · 10 years ago
- f7bab78 Markdown, sections, styles and lots more. by Ilya Ryzhenkov · 10 years ago
- a070217 Make test run configuration a singleton. by Ilya Ryzhenkov · 10 years ago
- 3f45f3a Review and fixes. by Ilya Ryzhenkov · 10 years ago
- 54dee60 Update tests to work with RichString. by Ilya Ryzhenkov · 10 years ago
- 455d74a Convert content to RichString and establish resolution service for links. by Ilya Ryzhenkov · 10 years ago
- ff0c8d7 Synchronize to Kotlin compiler API. by Ilya Ryzhenkov · 10 years ago
- bd494a8 LinkedHashMap is now default for groupBy in stdlib. by Ilya Ryzhenkov · 10 years ago
- c86f6f5 Update to Kotlin API by Ilya Ryzhenkov · 10 years ago
- d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 10 years ago
- 6217709 Add ignored test for mixed Java + Kotlin by Ilya Ryzhenkov · 10 years ago
- 8f24c0a Use alternative way to get exhaust. by Ilya Ryzhenkov · 10 years ago
- aa59acb Support tables in formatters and add proper escaping of html by Ilya Ryzhenkov · 10 years ago
- 7c204a3 Add some folders to gitignore by Ilya Ryzhenkov · 10 years ago
- f72e869 Add gitignore by Ilya Ryzhenkov · 10 years ago
- 7f9786d Point to github pages for docs. by Ilya Ryzhenkov · 10 years ago
- fb41c69 Improve rendering of lambdas, escape html symbols. by Ilya Ryzhenkov · 10 years ago
- eebfdd4 Speed up analysis by not processing function bodies. by Ilya Ryzhenkov · 10 years ago
- 76e5d70 Cleanup by Ilya Ryzhenkov · 10 years ago
- 50ec329 Filter non-user and non-public api by Ilya Ryzhenkov · 10 years ago
- e8447fd Format links and tables in markdown (hardcoded) by Ilya Ryzhenkov · 10 years ago
- 20f4e24 Progress logging by Ilya Ryzhenkov · 10 years ago
- 499d082 Cleaning, generalizing, added outline support (hardcoded yml for now) by Ilya Ryzhenkov · 10 years ago
- 62cb509 Refactor formatting service to detach grouping logic from markup by Ilya Ryzhenkov · 10 years ago
- ad884a9 Link to samples and fixed typo. by Ilya Ryzhenkov · 10 years ago
- e22c075 Add some readme description. by Ilya Ryzhenkov · 10 years ago
- cfd0d55 Use ../dokka-doc/ clone of gh-pages branch as output. by Ilya Ryzhenkov · 10 years ago
- 2dff977 Revert to md for now. by Ilya Ryzhenkov · 10 years ago
- 64f7948 Use html extension for jekyll so that links work by Ilya Ryzhenkov · 10 years ago
- eeb42e9 Add jekyll format service by Ilya Ryzhenkov · 10 years ago
- c2c0910 Fix tests by Ilya Ryzhenkov · 10 years ago
- 93bd64f Create README.md by Ilya Ryzhenkov · 10 years ago
- 745e407 Add hasDescription property to skip description blocks when empty. by Ilya Ryzhenkov · 10 years ago
- 3eee7f2 Refactor to multiple-nodes formatting, join content. by Ilya Ryzhenkov · 10 years ago
- cd7084d Refactor to multiple-nodes formatting, implement smarter markdown format service. by Ilya Ryzhenkov · 10 years ago
- 0b2e346 Add documentation by Ilya Ryzhenkov · 10 years ago
- 68d3bc8 Beautification and documentation. by Ilya Ryzhenkov · 10 years ago
- 1aa62f8 Classpath support and custom module name from commandline by Ilya Ryzhenkov · 10 years ago
- 94b3ed6 Custom name for a module. by Ilya Ryzhenkov · 10 years ago
- 433b896 Add renderName for formatting names of entities in lists, links, etc by Ilya Ryzhenkov · 10 years ago
- 65d8e5f Share run configurations by Ilya Ryzhenkov · 10 years ago
- 4582f42 Include JDK symbols. by Ilya Ryzhenkov · 10 years ago
- 69abe98 Do not include block if no members, display description and summary. by Ilya Ryzhenkov · 10 years ago
- 073d861 Cleanup by Ilya Ryzhenkov · 10 years ago
- 43d969f Decompose summary and description for one-liners by Ilya Ryzhenkov · 10 years ago
- b76a745 Better type handling with substitution by Ilya Ryzhenkov · 10 years ago
- a89d1a1 Support functional type syntax in Kotlin generator by Ilya Ryzhenkov · 10 years ago
- f97d9cc Suppress resolve verification while working on markup and generation. by Ilya Ryzhenkov · 10 years ago
- 5dbe142 Stop spamming console in FileGenerator. by Ilya Ryzhenkov · 10 years ago