aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-14correcty distinguish 'val' and 'var' propertiesDmitry Jemerov
2015-01-13don't show methods as open if their containing class is finalDmitry Jemerov
2015-01-13correcty represent vararg parametersDmitry Jemerov
2015-01-13Merge pull request #11 from orangy/enum-membersDmitry Jemerov
2015-01-13code review and fix tests on Windows build agentsDmitry Jemerov
2015-01-13Process directives, implement "code" directive.Ilya Ryzhenkov
2015-01-12don't show constructors for enum entriesDmitry Jemerov
2015-01-12Merge branch 'master' into enum-membersDmitry Jemerov
2015-01-12Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jetDmitry Jemerov
2015-01-12enum values continuedDmitry Jemerov
2015-01-12better display for enum membersDmitry Jemerov
2015-01-12Update to the latest Kotlin compiler APIAlexander Udalov
2015-01-09nice rendering for deprecated membersDmitry Jemerov
2015-01-09generate ExternalClass nodes to hold extension functions and properties for c...Dmitry Jemerov
2015-01-09use JUnit for compares; avoid generating trailing whitespace in markdownDmitry Jemerov
2015-01-09remove some redundant codeDmitry Jemerov
2014-12-30support and render annotation parametersDmitry Jemerov
2014-12-30render annotation classes correctlyDmitry Jemerov
2014-12-30render annotationsDmitry Jemerov
2014-12-30annotations work in progressDmitry Jemerov
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-29don't generate "Description" header if nothing is going to follow itDmitry Jemerov
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-16Process short links.Ilya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-10-14Use module.md to get package descriptors, filter sections with names of membe...Ilya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for {co...Ilya Ryzhenkov
2014-10-13Parse directives in the form of {directive params}. Parse colons in text.Ilya Ryzhenkov
2014-10-13Fix generation, add memory.Ilya Ryzhenkov
2014-10-12Convert visitors to top-down builderIlya Ryzhenkov
2014-10-03Resolve links in docs.Ilya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-09-29## Extract content model, make doc model independent from descriptors, parse ...Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
2014-09-26Continue markdown processingIlya Ryzhenkov
2014-09-25Add generated parser, lexer and some tests.Ilya Ryzhenkov
2014-09-25Markdown, sections, styles and lots more.Ilya Ryzhenkov
2014-09-19Update tests to work with RichString.Ilya Ryzhenkov
2014-07-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-16Add ignored test for mixed Java + KotlinIlya Ryzhenkov
2014-07-14Fix testsIlya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Classpath support and custom module name from commandlineIlya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ...Ilya Ryzhenkov
2014-07-12Support enums in modelIlya Ryzhenkov