aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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 ↵Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for ↵Ilya Ryzhenkov
{code ...} directive.
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
doccomments with custom parser, some tests failing due to hanging new lines.
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-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
item.
2014-07-12Support enums in modelIlya Ryzhenkov
2014-07-12Add modifiers to signature generationIlya Ryzhenkov
2014-07-12Process Modality (final, open, abstract) and Visibility (public, protected, ↵Ilya Ryzhenkov
internal, private)
2014-07-12Implement KotlinSignatureGenerator to render nodes back into text in Kotlin ↵Ilya Ryzhenkov
syntax.
2014-07-12Add signature generator classes, refactor classes into files and nested enums.Ilya Ryzhenkov
2014-07-12Add test for multiple files generating multiple package nodes, rename ↵Ilya Ryzhenkov
nodes->members in Module
2014-07-12Add test and fix ${long section} format.Ilya Ryzhenkov
2014-07-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov
2014-07-12Implement section parsing.Ilya Ryzhenkov
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Fix tests after adding type/upperbound information to model.Ilya Ryzhenkov
2014-07-12Implement resolution scope chaining for all scopes except imported packages.Ilya Ryzhenkov
2014-07-12Add Owner references, cleanupIlya Ryzhenkov
2014-07-12Implement symbol resolution for function body context, class type ↵Ilya Ryzhenkov
parameters, add code that checks that all details are resolved.
2014-07-11Create resolution scopes for all entities to resolve names inside doc-comments.Ilya Ryzhenkov
2014-07-11Support functions with receivers.Ilya Ryzhenkov
2014-07-11Support type parameter constraints as type parameter details.Ilya Ryzhenkov
2014-07-11Support type parameters for functions and classes.Ilya Ryzhenkov
2014-07-11Test for docs on parameters, cleanup.Ilya Ryzhenkov
2014-07-11Add tests for comment extraction, support one-line and mutliple joined ↵Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.
2014-07-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov
2014-07-11Move everything to org.jetbrains.dokka package.Ilya Ryzhenkov
2014-07-11Add support for objects.Ilya Ryzhenkov