aboutsummaryrefslogtreecommitdiff
path: root/src/Analysis/CommentsAPI.kt
AgeCommit message (Collapse)Author
2015-01-12Update to the latest Kotlin compiler APIAlexander Udalov
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-15Update to changes in compiler (KDoc is child node of declaration)Ilya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for ↵Ilya Ryzhenkov
{code ...} directive.
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-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov
2014-07-12Do not fail if source is not found, there are lots of generated items.Ilya Ryzhenkov
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Simplify comment trimming.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-11Complete package migration and move files into folders.Ilya Ryzhenkov