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 (
Expand
)
Author
2015-01-13
code review and fix tests on Windows build agents
Dmitry Jemerov
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
better display for enum members
Dmitry Jemerov
2015-01-12
use .trim() instead of .substring()
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
2015-01-09
call appendFragments() method instead of duplicating its code
Dmitry Jemerov
2015-01-09
use JUnit for compares; avoid generating trailing whitespace in markdown
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
fix formatting of overload signatures
Dmitry Jemerov
2014-12-30
add test for html escaping; fix special characters eaten from output
Dmitry Jemerov
2014-12-30
more correct formatting of Markdown tables
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-29
Merge pull request #5 from orangy/command-line-format
Dmitry Jemerov
2014-12-29
don't generate "Description" header if nothing is going to follow it
Dmitry Jemerov
2014-12-29
cleanup
Dmitry Jemerov
2014-12-29
add command line argument for specifying output format
Dmitry Jemerov
2014-12-29
layout: api is specific to Kotlin web site, don't generate it in regular Jeky...
Dmitry Jemerov
2014-12-22
Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.
Ilya Ryzhenkov
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-15
Update to changes in compiler (KDoc is child node of declaration)
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-12-02
Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory me...
Ilya Ryzhenkov
2014-10-15
Ignore non-existing include file.
Ilya Ryzhenkov
2014-10-14
Sort members into groups, filter accessors
Ilya Ryzhenkov
2014-10-14
Visibility first.
Ilya Ryzhenkov
2014-10-14
Move manifest.
Ilya Ryzhenkov
2014-10-14
Manifest.
Ilya Ryzhenkov
2014-10-14
Merge pull request #2 from kisenka/kotlin-website-formatter
Ilya Ryzhenkov
2014-10-14
Use module.md to get package descriptors, filter sections with names of membe...
Ilya Ryzhenkov
2014-10-13
Switch back to KotlinWebSiteFormatter
Ilya Ryzhenkov
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for {co...
Ilya Ryzhenkov
2014-10-13
Migrate to lazy resolve session
Ilya Ryzhenkov
2014-10-13
Workaround platform types
Ilya Ryzhenkov
2014-10-13
Replace internal index pages URLs from "/index.html" with "/"
kisenka
2014-10-13
Fixing formats and started work on inline function body.
Ilya Ryzhenkov
[next]