aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-14Decompose summary and description for one-linersIlya Ryzhenkov
2014-07-14Better type handling with substitutionIlya Ryzhenkov
2014-07-14Support functional type syntax in Kotlin generatorIlya Ryzhenkov
2014-07-14Suppress resolve verification while working on markup and generation.Ilya Ryzhenkov
2014-07-14Stop spamming console in FileGenerator.Ilya Ryzhenkov
2014-07-14Render signature with markdown codeIlya Ryzhenkov
2014-07-14Get members scope for packages from PacakgeViewsIlya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ...Ilya Ryzhenkov
2014-07-14Downgrade to JVM 1.6 because some URI functions are not available in 1.6Ilya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov
2014-07-12Support enums in modelIlya Ryzhenkov
2014-07-12Sort members by name for output.Ilya Ryzhenkov
2014-07-12Do not fail if source is not found, there are lots of generated items.Ilya Ryzhenkov
2014-07-12Add modifiers to signature generationIlya Ryzhenkov
2014-07-12Process Modality (final, open, abstract) and Visibility (public, protected, i...Ilya Ryzhenkov
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 s...Ilya Ryzhenkov
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 nodes->...Ilya Ryzhenkov
2014-07-12Add test and fix ${long section} format.Ilya Ryzhenkov
2014-07-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov
2014-07-12Implement section parsing.Ilya Ryzhenkov
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Do not generate empty sections in console output.Ilya Ryzhenkov
2014-07-12Do not reused UpperBound, use explicit Type instead.Ilya Ryzhenkov
2014-07-12Simplify comment trimming.Ilya Ryzhenkov
2014-07-12Fix tests after adding type/upperbound information to model.Ilya Ryzhenkov
2014-07-12Implement resolution scope chaining for all scopes except imported packages.Ilya Ryzhenkov
2014-07-12Cleanup and naming.Ilya Ryzhenkov
2014-07-12Resolve all the referenced node, except owners.Ilya Ryzhenkov
2014-07-12Do not resolve during model building, instead save scopes and do it later.Ilya Ryzhenkov
2014-07-12Add Trait kind and handle itIlya Ryzhenkov
2014-07-12Add Owner references, cleanupIlya Ryzhenkov
2014-07-12Implement symbol resolution for function body context, class type parameters,...Ilya Ryzhenkov
2014-07-11Create resolution scopes for all entities to resolve names inside doc-comments.Ilya Ryzhenkov
2014-07-11Support functions with receivers.Ilya Ryzhenkov
2014-07-11Support type parameter constraints as type parameter details.Ilya Ryzhenkov
2014-07-11Support type parameters for functions and classes.Ilya Ryzhenkov
2014-07-11Test for docs on parameters, cleanup.Ilya Ryzhenkov
2014-07-11Add tests for comment extraction, support one-line and mutliple joined doc-co...Ilya Ryzhenkov
2014-07-11Rename Documentation folder to ModelIlya Ryzhenkov
2014-07-11Migrate tests to org.jetbrains.dokkaIlya Ryzhenkov
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov
2014-07-11Move everything to org.jetbrains.dokka package.Ilya Ryzhenkov
2014-07-11Add support for objects.Ilya Ryzhenkov
2014-07-11Add top level property tests.Ilya Ryzhenkov
2014-07-11Process properties in classes without accessorsIlya Ryzhenkov
2014-07-11Use more structural approach to testing using with(node) { ... }Ilya Ryzhenkov
2014-07-11Update test to relevant data and fix retrieval of real (not synthetic) members.Ilya Ryzhenkov