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
Age
Commit message (
Expand
)
Author
2020-04-15
Fix path clash with top-level declarations, catch link resolving exception, r...
Kamil Doległo
2020-04-08
Fix unnecessary wrapping of signatures, changes in layout
Kamil Doległo
2020-04-08
Fix missing logger error
Paweł Marks
2020-04-08
Applies requested changes
Andrzej Ratajczak
2020-04-08
Fixes tests
Andrzej Ratajczak
2020-04-08
Adds samples configuration parameter to include samples sources.
Andrzej Ratajczak
2020-04-08
Adds source links to provide linking to source code on remote repositories
Andrzej Ratajczak
2020-04-08
Adds includes configuration parameter to include package and module descriptions
Andrzej Ratajczak
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-04-07
Add DTypeAlias documentable
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-23
Restoring filtered out expected values
Błażej Kardyś
2020-03-18
Adding documentable filtering based on visibility
Błażej Kardyś
2020-03-17
Add a rough draft of deprecated signatures formatting
Kamil Doległo
2020-03-16
Extract inheritance map
Szymon Świstun
2020-03-16
Rename Documentables to avoid name conflicts
Kamil Doległo
2020-03-11
Fixing signatures font, incorrect links and line breaking
Błażej Kardyś
2020-03-11
Classlike header and other ui fixes
Błażej Kardyś
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
Refactor extras in ContentNodes
Andrzej Ratajczak
2020-03-04
Working javadoc parsing
Błażej Kardyś
2020-03-04
Adding proper accessors to java fields
Błażej Kardyś
2020-03-04
Replace Visibility used in Documentables with custom classes
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
Fix SameMethodNamePageMergerStrategy
Kamil Doległo
2020-02-27
Small adjustments to the new model
Paweł Marks
2020-02-27
Adding psi parsing for new model
Błażej Kardyś
2020-02-27
Crude Documentable merger
Paweł Marks
2020-02-19
Rename extensions to make them more uniform
Kamil Doległo
2020-02-18
Remove unnecesarily complex utility
Paweł Marks
2020-02-18
Translators moved to separate packages
Paweł Marks
2020-02-18
Moves comments to content conversion to base plugin
Paweł Marks
2020-02-18
Cleans up page mergers and moves them to base plugin
Paweł Marks
2020-02-18
Moves PsiToDocumentablesTranslator to the base plugin
Paweł Marks
2020-02-18
Renames DocumentationToPagesTranslatero and moves its implementation to base ...
Paweł Marks
2020-02-18
Renames DocumentationMerger and moves it to base plugin
Paweł Marks
2020-02-18
Moves DescriptorToDocumentableTransformer to base plugin
Paweł Marks