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
/
content
Age
Commit message (
Expand
)
Author
2021-02-05
Annotations for parameters (#1710)
Marcin Aman
2021-01-20
Bring back displaying jvm name when KaJ is not present (#1702)
Marcin Aman
2020-12-29
Parsing of JvmName (#1675)
Marcin Aman
2020-12-15
Fix wrong docs on DProperty (#1671)
Marcin Aman
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-11-13
Generate content with the params order of KDoc (#1611)
gzoritchak
2020-11-12
Javadoc @inheritDoc tag support (#1608)
Marcin Aman
2020-10-30
Fix parsing first word in deprecated (#1595)
Marcin Aman
2020-10-15
Fix displaying authors
Marcin Aman
2020-10-08
Handle multiple authors (#1539)
Marcin Aman
2020-10-08
Improve styles
Marcin Aman
2020-10-07
Introduce top-level DocTag
Andrzej Ratajczak
2020-09-29
Fix failing tests
Andrzej Ratajczak
2020-09-10
Fix showing fully qualified name for typealiases with clashing names
Andrzej Ratajczak
2020-08-17
Implement SourceSetMergingPageTransformer
sebastian.sellmair
2020-08-11
Fixing javadoc comment parser for psi files
Błażej Kardyś
2020-07-22
Rename constructors to a classname
Marcin Aman
2020-07-13
Render explicitly documented primary constructors
Paweł Marks
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-07-02
Show fully qualified name for typealias targets to different packages
sebastian.sellmair
2020-07-01
Implement `AbstractJavadocTemplateMapTest` API
sebastian.sellmair
2020-06-30
Fix primary constructor in signature
Kamil Doległo
2020-06-25
Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...
Kamil Doległo
2020-06-25
Added deprecation filter. Included some tests.
Filip Zybała
2020-06-25
Fix tests after rebase
Andrzej Ratajczak
2020-06-25
Fix tests
Andrzej Ratajczak
2020-06-25
Tests for SinceKotlin and Deprecated
Andrzej Ratajczak
2020-06-25
Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...
Andrzej Ratajczak
2020-06-23
Javadoc classlikes and function pages
Marcin Aman
2020-06-15
Fix tests
Kamil Doległo
2020-06-15
Rework dokka configuration and Gradle plugin
Kamil Doległo
2020-06-12
Fix after rebase
Andrzej Ratajczak
2020-06-12
Refactor of Annotations and ExtraModifiers to be platform depedent
Andrzej Ratajczak
2020-06-09
Improve CSS, pages navigation tree and create anchors on page
Marcin Aman
2020-06-09
Fix rendering of functions without parameters
Paweł Marks
2020-05-26
Apply request changes
Andrzej Ratajczak
2020-05-26
Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...
Andrzej Ratajczak
2020-05-20
Tabs for sections - update tests
Marcin Aman
2020-05-19
Add test utils for ContentDivergent and fix the tests
Kamil Doległo
2020-04-06
Modified MarkdownParser to fit new See structure. Fixed minor errors in tests.
Filip Zybała
2020-03-31
Update tests to take into account new wrapping
Paweł Marks
2020-03-31
Make PageContentBuilder to create proper content for all tags
Paweł Marks
2020-03-31
Adds simple tests for parameter rendering
Paweł Marks