aboutsummaryrefslogtreecommitdiff
path: root/test/src/model/CommentTest.kt
AgeCommit message (Collapse)Author
2015-01-30code reviewDmitry Jemerov
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-22fix comment test on Windows agentsDmitry Jemerov
2015-01-13Process directives, implement "code" directive.Ilya Ryzhenkov
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-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-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
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-14Fix testsIlya 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-12Implement section parsing.Ilya Ryzhenkov
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-11Add tests for comment extraction, support one-line and mutliple joined ↵Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.