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
/
TestAPI.kt
Age
Commit message (
Expand
)
Author
2015-01-09
use JUnit for compares; avoid generating trailing whitespace in markdown
Dmitry Jemerov
2015-01-09
remove some redundant code
Dmitry Jemerov
2014-12-30
support and render annotation parameters
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
don't generate "Description" header if nothing is going to follow it
Dmitry Jemerov
2014-12-16
Process short links.
Ilya Ryzhenkov
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for {co...
Ilya Ryzhenkov
2014-10-13
Fix generation, add memory.
Ilya Ryzhenkov
2014-10-12
Convert visitors to top-down builder
Ilya Ryzhenkov
2014-09-29
Extract content model, make doc model independent from descriptors, parse doc...
Ilya Ryzhenkov
2014-07-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-14
Classpath support and custom module name from commandline
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ...
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-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
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
Rename verifyFiles to verifyModel
Ilya Ryzhenkov
2014-07-11
Setup test framework and empty DocumentationModel to kickstart test development.
Ilya Ryzhenkov