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
/
Kotlin
/
DocumentationBuilder.kt
Age
Commit message (
Expand
)
Author
2014-12-30
annotations work in progress
Dmitry Jemerov
2014-12-29
put class object functions and properties in main class block
Dmitry Jemerov
2014-12-22
Append modifiers and visibility to property accessors
Ilya Ryzhenkov
2014-12-22
Document some types in Dokka and fix to make them work.
Ilya Ryzhenkov
2014-12-16
Process short links.
Ilya Ryzhenkov
2014-12-15
Migrate to non-PsiBuilder fully-featured markdown parser.
Ilya Ryzhenkov
2014-12-04
Update to changes in compiler (isMarkedNullable)
Ilya Ryzhenkov
2014-12-04
Update to changes in compiler (KotlinBuiltins)
Ilya Ryzhenkov
2014-10-14
Sort members into groups, filter accessors
Ilya Ryzhenkov
2014-10-14
Visibility first.
Ilya Ryzhenkov
2014-10-14
Use module.md to get package descriptors, filter sections with names of membe...
Ilya Ryzhenkov
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for {co...
Ilya Ryzhenkov
2014-10-13
Fixing formats and started work on inline function body.
Ilya Ryzhenkov
2014-10-13
Fix extension properties
Ilya Ryzhenkov
2014-10-13
Fix generation, add memory.
Ilya Ryzhenkov
2014-10-12
Cleanup
Ilya Ryzhenkov
2014-10-12
Remove obsolete code.
Ilya Ryzhenkov
2014-10-12
Convert visitors to top-down builder
Ilya Ryzhenkov