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
Age
Commit message (
Expand
)
Author
2015-01-16
don't generate broken links if a doc comment references an unresolved symbol
Dmitry Jemerov
2015-01-14
Merge branch 'accessor-signature'
Dmitry Jemerov
2015-01-14
Merge branch 'defaut-param-values'
Dmitry Jemerov
2015-01-14
Merge branch 'source-links'
Dmitry Jemerov
2015-01-14
Merge branch 'property-var'
Dmitry Jemerov
2015-01-14
show signatures for accessors
Dmitry Jemerov
2015-01-14
show default values of parameters in generated documentation
Dmitry Jemerov
2015-01-14
generate source links in the documentation
Dmitry Jemerov
2015-01-14
correcty distinguish 'val' and 'var' properties
Dmitry Jemerov
2015-01-14
link overriding functions to the corresponding base class functions
Dmitry Jemerov
2015-01-13
don't show methods as open if their containing class is final
Dmitry Jemerov
2015-01-13
correcty represent vararg parameters
Dmitry Jemerov
2015-01-13
Merge pull request #11 from orangy/enum-members
Dmitry Jemerov
2015-01-13
fix compilation (new kotlin package)
Dmitry Jemerov
2015-01-13
code review and fix tests on Windows build agents
Dmitry Jemerov
2015-01-13
Process directives, implement "code" directive.
Ilya Ryzhenkov
2015-01-12
don't show constructors for enum entries
Dmitry Jemerov
2015-01-12
Merge branch 'master' into enum-members
Dmitry Jemerov
2015-01-12
Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet
Dmitry Jemerov
2015-01-12
enum values continued
Dmitry Jemerov
2015-01-12
code review
Dmitry Jemerov
2015-01-12
Update to the latest Kotlin compiler API
Alexander Udalov
2015-01-09
nice rendering for deprecated members
Dmitry Jemerov
2015-01-09
don't include unresolved annotatons in the doc
Dmitry Jemerov
2015-01-09
generate ExternalClass nodes to hold extension functions and properties for c...
Dmitry Jemerov
2014-12-30
support and render annotation parameters
Dmitry Jemerov
2014-12-30
render annotation classes correctly
Dmitry Jemerov
2014-12-30
render annotations
Dmitry Jemerov
2014-12-30
annotations work in progress
Dmitry Jemerov
2014-12-30
add test for html escaping; fix special characters eaten from output
Dmitry Jemerov
2014-12-29
render class object properties and functions
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
Parse and format inline code, fix strong & emph formatting.
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
2014-10-03
Unify link resolution for short and full forms, remove ContentNameLink.
Ilya Ryzhenkov
[next]