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
/
plugins
/
base
/
src
/
test
/
kotlin
/
markdown
Age
Commit message (
Expand
)
Author
2020-09-14
Fix parsing strikethrough
Andrzej Ratajczak
2020-09-14
Refactor DocTags and add markdown tests
Andrzej Ratajczak
2020-09-07
NullPointerException on images #1424
Marcin Aman
2020-08-31
Let `DRI.packageName` always be a real package name for root packages ("")
sebastian.sellmair
2020-08-28
Fix losing tokens while parsing markdown italic text
Andrzej Ratajczak
2020-08-20
Fix LinkProvider to link properly all nested generic parameters
Andrzej Ratajczak
2020-08-17
Implement SourceSetMergingPageTransformer
sebastian.sellmair
2020-07-15
Fix presenting inline code in KDoc
Andrzej Ratajczak
2020-07-09
Add rendering signatures tests
Andrzej Ratajczak
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-06-23
First version of javadoc output generation
Andrzej Ratajczak
2020-06-15
Rework dokka configuration and Gradle plugin
Kamil Doległo
2020-06-09
Improve CSS, pages navigation tree and create anchors on page
Marcin Aman
2020-05-28
Return types links in inner classes with generic parents
Marcin Aman
2020-05-19
Missing generics on class. Add generics to annotation #834
Marcin Aman
2020-03-25
Fix link parsing for links with fq names
Kamil Doległo
2020-03-17
Add expect with generation
Szymon Świstun
2020-03-16
Rename Documentables to avoid name conflicts
Kamil Doległo
2020-02-28
Test api moved to sensible package
Paweł Marks
2020-02-27
Small adjustments to the new model
Paweł Marks
2020-02-18
Moves all core tests to base plugin
Paweł Marks