aboutsummaryrefslogtreecommitdiff
path: root/test/data
AgeCommit message (Collapse)Author
2015-02-06handle code spans in markdownDmitry Jemerov
2015-02-06use getResolutionScope() from plugin; use simpler way to resolve descriptor ↵Dmitry Jemerov
in scope; rename @code tag to @sample
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-16fix tests after mergeDmitry Jemerov
2015-01-16Merge pull request #22 from orangy/broken-linksDmitry Jemerov
don't generate broken links if a doc comment references an unresolved symbol
2015-01-16don't generate broken links if a doc comment references an unresolved symbolDmitry Jemerov
2015-01-16generate page titles in HTML outputDmitry Jemerov
2015-01-14Merge branch 'accessor-signature'Dmitry Jemerov
Conflicts: test/src/format/MarkdownFormatTest.kt
2015-01-14Merge branch 'defaut-param-values'Dmitry Jemerov
Conflicts: src/Kotlin/DocumentationBuilder.kt test/src/format/MarkdownFormatTest.kt
2015-01-14Merge branch 'property-var'Dmitry Jemerov
Conflicts: test/src/format/MarkdownFormatTest.kt
2015-01-14show signatures for accessorsDmitry Jemerov
2015-01-14show default values of parameters in generated documentationDmitry Jemerov
2015-01-14correcty distinguish 'val' and 'var' propertiesDmitry Jemerov
2015-01-14link overriding functions to the corresponding base class functionsDmitry 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
better display for enum members
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-12enum values continuedDmitry Jemerov
2015-01-12better display for enum membersDmitry Jemerov
2015-01-09nice rendering for deprecated membersDmitry Jemerov
2015-01-09generate ExternalClass nodes to hold extension functions and properties for ↵Dmitry Jemerov
classes from other packages
2015-01-09use JUnit for compares; avoid generating trailing whitespace in markdownDmitry 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-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-25Markdown, sections, styles and lots more.Ilya Ryzhenkov
2014-09-19Update tests to work with RichString.Ilya Ryzhenkov
2014-07-16Add ignored test for mixed Java + KotlinIlya 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 test and fix ${long section} format.Ilya Ryzhenkov
2014-07-12Implement section parsing.Ilya 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-11Support functions with receivers.Ilya Ryzhenkov
2014-07-11Support type parameter constraints as type parameter details.Ilya Ryzhenkov