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
/
translators
/
documentables
/
PageContentBuilder.kt
Age
Commit message (
Expand
)
Author
2021-03-10
Headers in tables (#1768)
Marcin Aman
2021-01-04
Refactor ContentTable builder and fix GFM table rendering (#1682)
Kamil Doległo
2020-10-30
Fix parsing first word in deprecated (#1595)
Marcin Aman
2020-10-08
Add information about content kind and sourceset to anchor
Marcin Aman
2020-10-08
Fixes to multimodule page anchoring
Marcin Aman
2020-10-08
Anchors hint
Marcin Aman
2020-10-08
Improve styles
Marcin Aman
2020-08-25
Improve styles and functionality on module page #1336
Marcin Aman
2020-08-17
Rename `ContentSourceSet` to `DisplaySourceSet`
sebastian.sellmair
2020-08-17
Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`
sebastian.sellmair
2020-08-17
Implement `ContentSourceSet`
sebastian.sellmair
2020-07-13
Implemented extension point for tab sorting strategy
Filip Zybała
2020-07-08
Add GFM tests
Andrzej Ratajczak
2020-07-07
Make Location provider use anchor hints
Paweł Marks
2020-06-25
Divergent rendering for markdown
Marcin Aman
2020-06-25
Render extensions
Paweł Marks
2020-06-25
Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...
Kamil Doległo
2020-06-18
Fixed sources platform tags; tailrec and external modifiers; sorting.
Filip Zybała
2020-06-18
KotlinSignatureProvider: Render 'fun interface' into signature
sebastian.sellmair
2020-06-09
Improve CSS, pages navigation tree and create anchors on page
Marcin Aman
2020-06-04
All modules page generation
Błażej Kardyś
2020-05-26
Apply request changes
Andrzej Ratajczak
2020-05-20
Added anchors for symbols and headers on page
Filip Zybała
2020-05-19
Add test utils for ContentDivergent and fix the tests
Kamil Doległo
2020-05-19
Add a draft version of divergent rendering
Kamil Doległo
2020-05-14
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-05-13
Refactor sources to be presented in table
Andrzej Ratajczak
2020-04-30
Fix missing expect KDoc when all actual implementations don't override KDoc
Andrzej Ratajczak
2020-04-08
Fix unnecessary wrapping of signatures, changes in layout
Kamil Doległo
2020-04-07
Add Typealiases rendering and merging
Kamil Doległo
2020-03-31
Make PageContentBuilder to create proper content for all tags
Paweł Marks
2020-03-26
Fixing enum entries parsing for descriptors and presentation
Błażej Kardyś
2020-03-11
Use Bounds instead of Wrappers to describe types
Paweł Marks
2020-03-11
Fixing signatures font, incorrect links and line breaking
Błażej Kardyś
2020-03-04
Fix some DRI translations
Kamil Doległo
2020-03-04
Refactor extras in ContentNodes
Andrzej Ratajczak
2020-03-04
Big refactor of signature provider
Paweł Marks
2020-03-04
Platform dependent hints for renderer
Paweł Marks
2020-03-04
Replace inline signature generation with KotlinSignatureProvider
Kamil Doległo
2020-03-04
Tests for wrapping groups in renderer. Also util for groups
Paweł Marks
2020-03-04
Sketch of default signature provider
Kamil Doległo
2020-02-27
Skipping empty block by default
Paweł Marks
2020-02-27
Remove unneeded DSLMarker, fix bugs in PageCreator, add new ContentKinds
Kamil Doległo
2020-02-27
Refactor PageBuilder and PageContentBuilder
Kamil Doległo
2020-02-18
Translators moved to separate packages
Paweł Marks