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
/
main
/
kotlin
/
transformers
/
documentables
/
DefaultDocumentableMerger.kt
Age
Commit message (
Expand
)
Author
2023-08-31
Update copyright (#3149)
Ignat Beresnev
2023-07-05
Decompose Kotlin/Java analysis (#3034)
Ignat Beresnev
2022-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
2022-02-21
Code cleanups (#2165)
Goooler
2021-08-27
Restore language level to 1.4
Marcin Aman
2021-08-26
Bump compiler to 1.5.30, language level to 1.5
Marcin Aman
2021-01-21
Empty modules filtering (#1699)
Marcin Aman
2020-09-08
Remove unused typealias
Andrzej Ratajczak
2020-09-08
Remove topologicalSort since it is no longer used
Andrzej Ratajczak
2020-09-08
Apply requested changes
Andrzej Ratajczak
2020-09-08
Handle same level declared expected classlikes
Andrzej Ratajczak
2020-09-08
Merger changes
Andrzej Ratajczak
2020-09-08
Changed way of merging documentables to avoid exception on merging documentab...
Andrzej Ratajczak
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
sebastian.sellmair
2020-06-15
Change sourceSet collection from List to Set
Kamil Doległo
2020-05-19
Missing generics on class. Add generics to annotation #834
Marcin Aman
2020-05-14
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-05-06
Receiver for extension property #809
Marcin Aman
2020-04-15
Fix path clash with top-level declarations, catch link resolving exception, r...
Kamil Doległo
2020-04-07
Fix adding `actual typealias` to annotation classes
Kamil Doległo
2020-04-07
Add Typealiases rendering and merging
Kamil Doległo
2020-03-26
Signatures are now platform-hinted. Fixed merger after changing modifier to P...
Filip Zybała
2020-03-23
Gradle Task supporting multimodular projects
Andrzej Ratajczak
2020-03-16
Rename Documentables to avoid name conflicts
Kamil Doległo
2020-03-11
Merges documentables with the same source
Paweł Marks
2020-03-11
Remove nested packages from packages
Kamil Doległo
2020-03-04
Hotfix for merging expect/actual Documentables when no actuals are present
Kamil Doległo
2020-02-27
Rename `actual` to `sources`
Kamil Doległo
2020-02-27
Small adjustments to the new model
Paweł Marks
2020-02-27
Crude Documentable merger
Paweł Marks
2020-02-18
Remove unnecesarily complex utility
Paweł Marks
2020-02-18
Renames DocumentationMerger and moves it to base plugin
Paweł Marks