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-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
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