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
/
core
/
src
/
main
/
kotlin
/
plugability
/
DokkaContext.kt
Age
Commit message (
Expand
)
Author
2020-07-15
Use DokkaLogger instead of println and adjust log levels for less verbosity b...
sebastian.sellmair
2020-07-07
Change generic Error to IllegalStateException to be thrown when there are con...
Paweł Marks
2020-07-07
Add suppression reporting to log
Paweł Marks
2020-07-07
Add suppression capabilities for plugins
Paweł Marks
2020-07-07
Probably fix the missing adjecent extension bug
Paweł Marks
2020-07-07
Add functionality to plugin overrides
Paweł Marks
2020-07-07
Refactor Extension DSL and remove fallback mechanism
Paweł Marks
2020-06-25
Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...
Kamil Doległo
2020-06-25
Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...
sebastian.sellmair
2020-05-14
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-04-22
Fix incorrect plugins paths when project is on a different filesystem than Gr...
Kamil Doległo
2020-03-17
Add warning when unused extension points are found
Szymon Świstun
2020-02-18
Removes last remnants of default extensions
Paweł Marks
2020-02-18
Cleans up page mergers and moves them to base plugin
Paweł Marks
2020-02-18
Adds option to mark extension as fallback
Paweł Marks
2020-02-12
plugin overrides
Szymon Świstun
2020-02-11
Adds conditional plugin linking
Andrzej Ratajczak
2020-01-16
Applies requested changes
Andrzej Ratajczak
2020-01-16
Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies oth...
Andrzej Ratajczak
2020-01-08
Resolved problems with plugins loading ordering and added type safe ordering ...
Andrzej Ratajczak
2019-11-28
Cleaning package naming
Błażej Kardyś
2019-11-26
Introduction of all important extension points and restructuring of DokkaGene...
Paweł Marks
2019-11-26
Default context for dokka
Paweł Marks
2019-11-26
Cache for plugin stubs
Paweł Marks
2019-11-26
Interface segregation in plugins api
Paweł Marks
2019-11-25
Mathjax plugin implemented
Paweł Marks
2019-11-25
Working extensions in plugins
Paweł Marks
2019-11-25
Adds simplest classpath checking for plugins
Paweł Marks
2019-11-25
First plugin draft
Paweł Marks