- 3fe73a9 handle parenthesis tokens in markdown by Dmitry Jemerov · 10 years ago
- b78e3bb handle code spans in markdown by Dmitry Jemerov · 10 years ago
- 0e76eed use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample by Dmitry Jemerov · 10 years ago
- 4ed5b2e use code from Kotlin plugin for resolving references in KDoc; delete some dead code by Dmitry Jemerov · 10 years ago
- 1602b0f cleanup after rebase by Dmitry Jemerov · 10 years ago
- 0783f6f Ant task for Dokka by Dmitry Jemerov · 10 years ago
- 0fac1d9 code review by Dmitry Jemerov · 10 years ago
- bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 10 years ago
- b55b258 delete TextFormatService as it's too limited to be of any use by Dmitry Jemerov · 10 years ago
- db6f8c0 fix tests after merge by Dmitry Jemerov · 10 years ago
- 18bd85c Merge pull request #22 from orangy/broken-links by Dmitry Jemerov · 10 years ago
- 0f7f49d Merge branch 'page-titles' by Dmitry Jemerov · 10 years ago
- 29d0822 remove unnecessary println() by Dmitry Jemerov · 10 years ago
- 4591cbc use same code for calculating page titles in HTML and Jekyll by Dmitry Jemerov · 10 years ago
- 82de230 refactor outline generation; generate HTML outline by Dmitry Jemerov · 10 years ago
- d093fc1 don't generate broken links if a doc comment references an unresolved symbol by Dmitry Jemerov · 10 years ago
- 4b75751 generate page titles in HTML output by Dmitry Jemerov · 10 years ago
- 555caef Merge branch 'accessor-signature' by Dmitry Jemerov · 10 years ago
- 807451f Merge branch 'defaut-param-values' by Dmitry Jemerov · 10 years ago
- 77c1f53 Merge branch 'source-links' by Dmitry Jemerov · 10 years ago
- cfc0348 Merge branch 'property-var' by Dmitry Jemerov · 10 years ago
- fac6872 use .split(); fix TestAPI compilation by Dmitry Jemerov · 10 years ago
- 03d942b show signatures for accessors by Dmitry Jemerov · 10 years ago
- f36d9b0 show default values of parameters in generated documentation by Dmitry Jemerov · 10 years ago
- 6146fa8 generate source links in the documentation by Dmitry Jemerov · 10 years ago
- faad901 correcty distinguish 'val' and 'var' properties by Dmitry Jemerov · 10 years ago
- 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
- 6d23430 don't show methods as open if their containing class is final by Dmitry Jemerov · 10 years ago
- 2e277ba correcty represent vararg parameters by Dmitry Jemerov · 10 years ago
- 891cc85 Merge pull request #11 from orangy/enum-members by Dmitry Jemerov · 10 years ago
- 19ec79c fix compilation (new kotlin package) by Dmitry Jemerov · 10 years ago
- 1ce5373 code review and fix tests on Windows build agents by Dmitry Jemerov · 10 years ago
- 1b5f12b Process directives, implement "code" directive. by Ilya Ryzhenkov · 10 years ago
- d33f5b8 don't show constructors for enum entries by Dmitry Jemerov · 10 years ago
- 370b391 Merge branch 'master' into enum-members by Dmitry Jemerov · 10 years ago
- 7158019 Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet by Dmitry Jemerov · 10 years ago
- 0c584d0 enum values continued by Dmitry Jemerov · 10 years ago
- c4f40a0 better display for enum members by Dmitry Jemerov · 10 years ago
- 23af5e2 use .trim() instead of .substring() by Dmitry Jemerov · 10 years ago
- c5fc45c code review by Dmitry Jemerov · 10 years ago
- 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
- e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
- 1a47943 don't include unresolved annotatons in the doc by Dmitry Jemerov · 10 years ago
- 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
- c1a1cf1 call appendFragments() method instead of duplicating its code by Dmitry Jemerov · 10 years ago
- 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
- 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
- 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
- 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
- ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
- 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
- feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
- 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
- 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
- cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
- 7db96f8 Merge pull request #5 from orangy/command-line-format by Dmitry Jemerov · 10 years ago
- c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
- 0b8e04a cleanup by Dmitry Jemerov · 10 years ago
- 2dbd849 add command line argument for specifying output format by Dmitry Jemerov · 10 years ago
- 8f38026 layout: api is specific to Kotlin web site, don't generate it in regular Jekyll output by Dmitry Jemerov · 10 years ago
- badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
- c759876 Append modifiers and visibility to property accessors by Ilya Ryzhenkov · 10 years ago
- 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
- bd6cddd Process short links. 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
- 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
- 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
- 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