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
/
test
/
src
/
model
/
ClassTest.kt
Age
Commit message (
Collapse
)
Author
2015-02-17
updated according to language change: class object -> default object
Dmitry Jemerov
2015-02-13
distinguish Kotlin inner classes
Dmitry Jemerov
2015-02-13
remove (accidentally?) duplicated test
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-09
nice rendering for deprecated members
Dmitry Jemerov
2014-12-30
support and render annotation parameters
Dmitry Jemerov
2014-12-30
render annotations
Dmitry Jemerov
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-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-09-29
Extract content model, make doc model independent from descriptors, parse ↵
Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-07-12
Process Modality (final, open, abstract) and Visibility (public, protected, ↵
Ilya Ryzhenkov
internal, private)
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
Convert string doc to structured DocumentationContent
Ilya Ryzhenkov
2014-07-12
Fix tests after adding type/upperbound information to model.
Ilya Ryzhenkov
2014-07-11
Support type parameters for functions and classes.
Ilya Ryzhenkov
2014-07-11
Migrate tests to org.jetbrains.dokka
Ilya Ryzhenkov