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-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-11-16
update to Kotlin beta 2
Dmitry Jemerov
2015-11-05
add tests; fixes related to qualified names of types
Dmitry Jemerov
2015-11-04
@Inject all the things
Dmitry Jemerov
2015-11-04
streamline setup code
Dmitry Jemerov
2015-11-03
build Kotlin documentation for Java files based on descriptors
Dmitry Jemerov
2015-10-30
load KDoc comments when building javadoc
Dmitry Jemerov
2015-10-30
initial support for generating javadoc from Kotlin light classes
Dmitry Jemerov
2015-10-29
loading the JDK and the Kotlin runtime in tests is now optional
Dmitry Jemerov
2015-10-22
Update to changes in Kotlin Beta.
Ilya Ryzhenkov
2015-09-09
render annotations with @; render only @MustBeDocumented annotations; render ...
Dmitry Jemerov
2015-05-29
apply code cleanup; fix couple of deprecations manually
Dmitry Jemerov
2015-05-27
allow to explicitly specify the type of root for every input path
Dmitry Jemerov
2015-03-02
don't include members in documentation if they have @suppress tag
Dmitry Jemerov
2015-02-25
working test for cross-language links in documentation (Kotlin class extends ...
Dmitry Jemerov
2015-02-20
links to supertypes in Java
Dmitry Jemerov
2015-02-20
allow a LocationService to take a qualified name directly, not just a Documen...
Dmitry Jemerov
2015-02-20
support in-page anchors in locations
Dmitry Jemerov
2015-02-19
refactor extension setup; encapsulate extension in LocationService
Dmitry Jemerov
2015-02-19
remove dependency of Location on a File; use more meaningful locations in tests
Dmitry Jemerov
2015-02-13
import Java type parameters into documentation model
Dmitry Jemerov
2015-02-13
tests use the same implementation of DocumentationModule building logic as pr...
Dmitry Jemerov
2015-02-10
distinguish ContentBlock (a ContentNode that has children) from leaf nodes
Dmitry Jemerov
2015-01-30
Ant task for Dokka
Dmitry Jemerov
2015-01-22
fix comment test on Windows agents
Dmitry Jemerov
2015-01-16
normalizing line breaks cont'd
Dmitry Jemerov
2015-01-14
use .split(); fix TestAPI compilation
Dmitry Jemerov
2015-01-13
Merge pull request #11 from orangy/enum-members
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
Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet
Dmitry Jemerov
2015-01-12
Update to the latest Kotlin compiler API
Alexander Udalov
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
[next]