aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Content.kt
AgeCommit message (Expand)Author
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-09nice rendering for deprecated membersDmitry Jemerov
2014-12-22Document some types in Dokka and fix to make them work.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-13Fixing formats and started work on inline function body.Ilya Ryzhenkov
2014-10-13Parse and format inline code, fix strong & emph formatting.Ilya Ryzhenkov
2014-10-03Unify link resolution for short and full forms, remove ContentNameLink.Ilya Ryzhenkov
2014-10-03Resolve links in docs.Ilya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-10-03Language Service now formats to ContentNode instead of String.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov