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
/
main.kt
Age
Commit message (
Collapse
)
Author
2015-01-16
refactor outline generation; generate HTML outline
Dmitry Jemerov
2015-01-14
use .split(); fix TestAPI compilation
Dmitry Jemerov
2015-01-14
generate source links in the documentation
Dmitry Jemerov
2015-01-12
Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet
Dmitry Jemerov
Conflicts: src/Kotlin/DocumentationBuilder.kt test/src/TestAPI.kt
2015-01-12
Update to the latest Kotlin compiler API
Alexander Udalov
2015-01-09
call appendFragments() method instead of duplicating its code
Dmitry Jemerov
2014-12-29
cleanup
Dmitry Jemerov
2014-12-29
add command line argument for specifying output format
Dmitry Jemerov
2014-12-15
Migrate to non-PsiBuilder fully-featured markdown parser.
Ilya Ryzhenkov
2014-10-15
Ignore non-existing include file.
Ilya Ryzhenkov
2014-10-14
Use 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-13
Switch back to KotlinWebSiteFormatter
Ilya Ryzhenkov
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for ↵
Ilya Ryzhenkov
{code ...} directive.
2014-10-13
Fixing formats and started work on inline function body.
Ilya Ryzhenkov
2014-10-13
Fix generation, add memory.
Ilya Ryzhenkov
2014-10-12
Cleanup
Ilya Ryzhenkov
2014-10-12
Convert visitors to top-down builder
Ilya Ryzhenkov
2014-10-10
Change formatter to KotlinWebsiteFormatService
kisenka
2014-10-03
Fix visibility filtering.
Ilya Ryzhenkov
2014-10-03
Cross-reference links on types, relative locations.
Ilya Ryzhenkov
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-09-25
Markdown, sections, styles and lots more.
Ilya Ryzhenkov
2014-07-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-15
Progress logging
Ilya Ryzhenkov
2014-07-15
Cleaning, generalizing, added outline support (hardcoded yml for now)
Ilya Ryzhenkov
2014-07-15
Refactor formatting service to detach grouping logic from markup
Ilya Ryzhenkov
2014-07-14
Add jekyll format service
Ilya Ryzhenkov
2014-07-14
Classpath support and custom module name from commandline
Ilya Ryzhenkov
2014-07-14
Include JDK symbols.
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
Process Modality (final, open, abstract) and Visibility (public, protected, ↵
Ilya Ryzhenkov
internal, private)
2014-07-12
Add JavaSignatureGenerator (no properties or ojects yet)
Ilya Ryzhenkov
2014-07-12
Add signature generator classes, refactor classes into files and nested enums.
Ilya Ryzhenkov
2014-07-12
Store descriptors instead of resolution scopes, rename Model -> Module
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-11
Create resolution scopes for all entities to resolve names inside doc-comments.
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
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
Setup test framework and empty DocumentationModel to kickstart test development.
Ilya Ryzhenkov
2014-07-11
Add primitive KDoc extraction by descriptor.
Ilya Ryzhenkov
2014-07-11
Improving API, setting up playground, preparing for processing data.
Ilya Ryzhenkov
2014-07-11
Primitive API for analysing JetFile in BindingContext.
Ilya Ryzhenkov
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov