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
/
model
/
Documentable.kt
Age
Commit message (
Expand
)
Author
2020-04-23
Fix inheritors transformer
Andrzej Ratajczak
2020-04-22
Fix test
Andrzej Ratajczak
2020-04-22
Refactors sources to documentables translation
Andrzej Ratajczak
2020-04-07
Add Typealiases rendering and merging
Kamil Doległo
2020-04-07
Add DTypeAlias documentable
Kamil Doległo
2020-03-31
Make PageContentBuilder to create proper content for all tags
Paweł Marks
2020-03-26
Changed modifier to PlatformDependent
Filip Zybała
2020-03-26
Fixed expected-actual merging. Refactored contentForComments.
Filip Zybała
2020-03-25
Introduce VoidObject and JavaObject
Kamil Doległo
2020-03-20
Adding missing extra modifiers for java functions
Błażej Kardyś
2020-03-18
Model change
Szymon Świstun
2020-03-17
Combine multiple applyIf
Szymon Świstun
2020-03-17
Add more information to Documentables
Szymon Świstun
2020-03-16
Rename Documentables to avoid name conflicts
Kamil Doległo
2020-03-11
Use Bounds instead of Wrappers to describe types
Paweł Marks
2020-03-11
Refactor brief documentation, remove `Parameters` block from functions' pages
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
Refactor Modifiers
Kamil Doległo
2020-03-04
Now signature provider uses new visibility model
Paweł Marks
2020-03-04
Small cleanup in the model
Paweł Marks
2020-03-04
Sketch of default signature provider
Kamil Doległo
2020-03-04
Replace Visibility used in Documentables with custom classes
Kamil Doległo
2020-03-04
Add information about modifiers to Documentables' extra properties
Szymon Świstun
2020-02-28
Remove the duplication of companion objects in the model
Szymon Świstun
2020-02-27
Rename `actual` to `sources`
Kamil Doległo
2020-02-27
Small adjustments to the new model
Paweł Marks
2020-02-27
Fix descriptor to documentable translator
Szymon Świstun
2020-02-27
Adding psi parsing for new model
Błażej Kardyś
2020-02-27
Crude Documentable merger
Paweł Marks
2020-02-27
Replace original with platformData in Documentables
Kamil Doległo
2020-02-27
Makes Documentables into property containers
Paweł Marks
2020-02-27
Model for type parameters
Paweł Marks
2020-02-27
Unpacking unnecessarily PlatformDependanted values
Błażej Kardyś
2020-02-27
Moving expect value to PlaformDependent
Błażej Kardyś
2020-02-27
Amendments to new Documentables model
Błażej Kardyś
2020-02-27
Refactor Documentable model
Kamil Doległo
2020-02-18
Moves DescriptorToDocumentableTransformer to base plugin
Paweł Marks
2020-02-17
Removing duplicated content blocks
Błażej Kardyś
2020-02-12
kotlin-as-java plugin
Szymon Świstun
2020-02-10
formatting
Szymon Świstun
2020-02-06
Resolves bugs with doubling references and fixes minor bugs
Andrzej Ratajczak
2020-02-06
Resolved problems with doubling comments
Andrzej Ratajczak
2020-01-28
Adding java files psi parsing
Błażej Kardyś
2020-01-08
response to comments
Szymon Świstun
2020-01-08
module name
Szymon Świstun
2019-12-16
Changes naming and applies pull request's requirements
Andrzej Ratajczak
2019-12-13
Add abstract structure for MD/HTML comments and MD parser
BarkingBad