index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2014-07-14
Custom name for a module.
Ilya Ryzhenkov
2014-07-14
Add renderName for formatting names of entities in lists, links, etc
Ilya Ryzhenkov
2014-07-14
Include JDK symbols.
Ilya Ryzhenkov
2014-07-14
Do not include block if no members, display description and summary.
Ilya Ryzhenkov
2014-07-14
Cleanup
Ilya Ryzhenkov
2014-07-14
Decompose summary and description for one-liners
Ilya Ryzhenkov
2014-07-14
Better type handling with substitution
Ilya Ryzhenkov
2014-07-14
Support functional type syntax in Kotlin generator
Ilya Ryzhenkov
2014-07-14
Suppress resolve verification while working on markup and generation.
Ilya Ryzhenkov
2014-07-14
Stop spamming console in FileGenerator.
Ilya Ryzhenkov
2014-07-14
Render signature with markdown code
Ilya Ryzhenkov
2014-07-14
Get members scope for packages from PacakgeViews
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ↵
Ilya Ryzhenkov
item.
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov
2014-07-12
Support enums in model
Ilya Ryzhenkov
2014-07-12
Sort members by name for output.
Ilya Ryzhenkov
2014-07-12
Do not fail if source is not found, there are lots of generated items.
Ilya Ryzhenkov
2014-07-12
Add modifiers to signature generation
Ilya Ryzhenkov
2014-07-12
Process Modality (final, open, abstract) and Visibility (public, protected, ↵
Ilya Ryzhenkov
internal, private)
2014-07-12
Fix processing properties with receivers.
Ilya Ryzhenkov
2014-07-12
Add JavaSignatureGenerator (no properties or ojects yet)
Ilya Ryzhenkov
2014-07-12
Implement KotlinSignatureGenerator to render nodes back into text in Kotlin ↵
Ilya Ryzhenkov
syntax.
2014-07-12
Add signature generator classes, refactor classes into files and nested enums.
Ilya Ryzhenkov
2014-07-12
Add test for multiple files generating multiple package nodes, rename ↵
Ilya Ryzhenkov
nodes->members in Module
2014-07-12
Add test and fix ${long section} format.
Ilya Ryzhenkov
2014-07-12
Store descriptors instead of resolution scopes, rename Model -> Module
Ilya Ryzhenkov
2014-07-12
Implement section parsing.
Ilya Ryzhenkov
2014-07-12
Convert string doc to structured DocumentationContent
Ilya Ryzhenkov
2014-07-12
Do not generate empty sections in console output.
Ilya Ryzhenkov
2014-07-12
Do not reused UpperBound, use explicit Type instead.
Ilya Ryzhenkov
2014-07-12
Simplify comment trimming.
Ilya Ryzhenkov
2014-07-12
Fix tests after adding type/upperbound information to model.
Ilya Ryzhenkov
2014-07-12
Implement resolution scope chaining for all scopes except imported packages.
Ilya Ryzhenkov
2014-07-12
Cleanup and naming.
Ilya Ryzhenkov
2014-07-12
Resolve all the referenced node, except owners.
Ilya Ryzhenkov
2014-07-12
Do not resolve during model building, instead save scopes and do it later.
Ilya Ryzhenkov
2014-07-12
Add Trait kind and handle it
Ilya Ryzhenkov
2014-07-12
Add Owner references, cleanup
Ilya Ryzhenkov
2014-07-12
Implement symbol resolution for function body context, class type ↵
Ilya Ryzhenkov
parameters, add code that checks that all details are resolved.
2014-07-11
Create resolution scopes for all entities to resolve names inside doc-comments.
Ilya Ryzhenkov
2014-07-11
Support functions with receivers.
Ilya Ryzhenkov
2014-07-11
Support type parameter constraints as type parameter details.
Ilya Ryzhenkov
2014-07-11
Support type parameters for functions and classes.
Ilya Ryzhenkov
2014-07-11
Test for docs on parameters, cleanup.
Ilya Ryzhenkov
2014-07-11
Add tests for comment extraction, support one-line and mutliple joined ↵
Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.
2014-07-11
Rename Documentation folder to Model
Ilya Ryzhenkov
2014-07-11
Complete package migration and move files into folders.
Ilya Ryzhenkov
2014-07-11
Move everything to org.jetbrains.dokka package.
Ilya Ryzhenkov
2014-07-11
Add support for objects.
Ilya Ryzhenkov
2014-07-11
Process properties in classes without accessors
Ilya Ryzhenkov
[next]