aboutsummaryrefslogtreecommitdiff
path: root/src/Model
AgeCommit message (Collapse)Author
2015-02-10fix links to supertypesDmitry Jemerov
2015-02-10consider ContentNodeLink nodes to be equal if they point to nodes with the ↵Dmitry Jemerov
same name (so that links to parameters with the same name in different overloads would still allow grouping)
2015-02-10more sane handling of overloads: don't duplicate signatures, show all ↵Dmitry Jemerov
documentation of a group of overloads with exactly the same documentation together
2015-02-10distinguish ContentBlock (a ContentNode that has children) from leaf nodesDmitry Jemerov
2015-02-09correctly render @see linksDmitry Jemerov
2015-01-30code reviewDmitry Jemerov
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-14generate source links in the documentationDmitry Jemerov
2015-01-14link overriding functions to the corresponding base class functionsDmitry 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
2014-12-30support and render annotation parametersDmitry Jemerov
2014-12-30render annotation classes correctlyDmitry Jemerov
2014-12-30annotations work in progressDmitry Jemerov
2014-12-29put class object functions and properties in main class blockDmitry Jemerov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-10-14Sort members into groups, filter accessorsIlya 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-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-10-03Work on cross-references.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-19Review and fixes.Ilya Ryzhenkov
2014-09-19Convert content to RichString and establish resolution service for links.Ilya Ryzhenkov
2014-08-21Update to Kotlin APIIlya Ryzhenkov
2014-07-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-15Filter non-user and non-public apiIlya Ryzhenkov
2014-07-14Add hasDescription property to skip description blocks when empty.Ilya Ryzhenkov
2014-07-14Custom name for a module.Ilya Ryzhenkov
2014-07-14Decompose summary and description for one-linersIlya Ryzhenkov
2014-07-14Better type handling with substitutionIlya Ryzhenkov
2014-07-14Suppress resolve verification while working on markup and generation.Ilya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ↵Ilya Ryzhenkov
item.
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov
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-12Fix processing properties with receivers.Ilya Ryzhenkov
2014-07-12Add JavaSignatureGenerator (no properties or ojects yet)Ilya Ryzhenkov
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