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
/
.idea
Age
Commit message (
Expand
)
Author
2015-09-09
render annotations with @; render only @MustBeDocumented annotations; render ...
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ru...
Dmitry Jemerov
2015-07-15
remove duplicate VCS mapping
Dmitry Jemerov
2015-07-14
Build fatjar by gradle and use it's output as dependency for maven and gradle...
Sergey Mashkov
2015-07-13
Don't require JDK 1.8
Sergey Mashkov
2015-07-13
Add Mojo and TaskAction annotations to the list of annotations prohibits unus...
Sergey Mashkov
2015-07-13
Gradle initial plugin implementation
Sergey Mashkov
2015-07-13
Add JANSI library as it is required sometimes
Sergey Mashkov
2015-07-13
Maven plugin initial implementation
Sergey Mashkov
2015-05-28
change output path for artifact
Dmitry Jemerov
2015-05-28
rename build.xml to build-docs.xml; add artifact for dokka.zip
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-18
remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix...
Dmitry Jemerov
2015-02-27
use JSoup to convert HTML markup in javadoc to content tree
Dmitry Jemerov
2015-02-26
fix stdlib run configuration
Dmitry Jemerov
2015-02-12
add kotlin.reflect to shared run configuration
Dmitry Jemerov
2015-02-09
add path variable for Kotlin plugin
Dmitry Jemerov
2015-02-05
use code from Kotlin plugin for resolving references in KDoc; delete some dea...
Dmitry Jemerov
2015-01-30
Ant task for Dokka
Dmitry Jemerov
2014-12-29
add -format argument
Dmitry Jemerov
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-10-14
Manifest.
Ilya Ryzhenkov
2014-10-14
Artifcats.
Ilya Ryzhenkov
2014-10-14
Use module.md to get package descriptors, filter sections with names of membe...
Ilya Ryzhenkov
2014-10-13
Fixing formats and started work on inline function body.
Ilya Ryzhenkov
2014-10-13
Include builtins
Ilya Ryzhenkov
2014-10-13
Fix generation, add memory.
Ilya Ryzhenkov
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-09-29
Extract content model, make doc model independent from descriptors, parse doc...
Ilya Ryzhenkov
2014-09-25
Make test run configuration a singleton.
Ilya Ryzhenkov
2014-07-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-14
Use ../dokka-doc/ clone of gh-pages branch as output.
Ilya Ryzhenkov
2014-07-14
Share run configurations
Ilya Ryzhenkov
2014-07-14
Downgrade to JVM 1.6 because some URI functions are not available in 1.6
Ilya Ryzhenkov
2014-07-11
Build model using recursive visitor, include packages in model, add test for ...
Ilya Ryzhenkov
2014-07-11
Primitive API for analysing JetFile in BindingContext.
Ilya Ryzhenkov
2014-07-11
Add junit, setup test folders, add test/data/function.kt for initial model bu...
Ilya Ryzhenkov
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov