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
/
lib
Age
Commit message (
Expand
)
Author
2015-09-08
kotlin-for-upsource 0.13.1195
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ru...
Dmitry Jemerov
2015-07-27
Upgrade markdown.jar
Sergey Mashkov
2015-07-22
Upgrade to latest kotlin
Sergey Mashkov
2015-07-13
Build and install dokka fatjar to a local repository (to be used by maven)
Sergey Mashkov
2015-06-30
update intellij-core-analysis as well
Dmitry Jemerov
2015-06-30
update to latest Kotlin
Dmitry Jemerov
2015-05-28
use artifact built on TeamCity rather than locally
Dmitry Jemerov
2015-05-27
one more missing dependency
Dmitry Jemerov
2015-05-27
update to M12 compiler API; store dependency jars in VCS instead of depending...
Dmitry Jemerov
2015-03-17
default objects -> companion objects
Dmitry Jemerov
2015-03-11
update markdown.jar for new ABI version
Dmitry Jemerov
2015-03-10
fixed intellij-markdown with support for HTML entities
Dmitry Jemerov
2015-03-10
support HTML entities
Dmitry Jemerov
2015-03-05
update dokka and intellij-markdown to latest Kotlin changes
Dmitry Jemerov
2015-02-27
use JSoup to convert HTML markup in javadoc to content tree
Dmitry Jemerov
2015-02-17
recompile markdown.jar with kotlin plugin 0.10.950
Dmitry Jemerov
2015-01-30
Ant task for Dokka
Dmitry Jemerov
2015-01-30
load sections from KDoc PSI, not through Markdown extensions
Dmitry Jemerov
2014-12-22
Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.
Ilya Ryzhenkov
2014-12-22
Update markdown parser.
Ilya Ryzhenkov
2014-12-22
Document some types in Dokka and fix to make them work.
Ilya Ryzhenkov
2014-12-16
Update library to support dot-names for sections
Ilya Ryzhenkov
2014-12-15
Migrate to non-PsiBuilder fully-featured markdown parser.
Ilya Ryzhenkov
2014-07-11
Add junit, setup test folders, add test/data/function.kt for initial model bu...
Ilya Ryzhenkov