aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers/pages
AgeCommit message (Expand)Author
2020-08-17Inline `val newContent` in SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-16Implement javadoc searchMarcin Aman
2020-07-15Fix page merging bug that prevented including Kotlin PlaygroundKamil Doległo
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-13Implemented extension point for tab sorting strategyFilip Zybała
2020-07-08Add GFM testsAndrzej Ratajczak
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-02Handling multi-line list items. Added tests for comment to content converter.Filip Zybała
2020-06-25Make samples runnableKamil Doległo
2020-06-25Enforces directory for classlikesAndrzej Ratajczak
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-25Make signatures groups be unique per sourceSet dataAndrzej Ratajczak
2020-06-25Refactor deprecated transformerAndrzej Ratajczak
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...Andrzej Ratajczak
2020-06-24Wrong signatures in search component fixFilip Zybała
2020-06-18Fixed sources platform tags; tailrec and external modifiers; sorting.Filip Zybała
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-12Add platform dependent annotationsAndrzej Ratajczak
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...Andrzej Ratajczak
2020-05-20Tabs for sections v1Marcin Aman
2020-05-20Added anchors for symbols and headers on pageFilip Zybała
2020-05-19Samples fixAndrzej Ratajczak
2020-05-19Add a draft version of divergent renderingKamil Doległo
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-05-13Introduce requested changesAndrzej Ratajczak
2020-05-13SourceLinksTransformer: Fixed invalid cast exception, platform tags in source...Filip Zybała
2020-05-13Refactor sources to be presented in tableAndrzej Ratajczak
2020-05-13BugfixAndrzej Ratajczak
2020-05-13Working tests for includes, sources and samples. Minor bugfixesAndrzej Ratajczak
2020-04-30Fixing GFM components displayBłażej Kardyś
2020-04-08Applies requested changesAndrzej Ratajczak
2020-04-08Fixes testsAndrzej Ratajczak
2020-04-08Adds samples configuration parameter to include samples sources.Andrzej Ratajczak
2020-04-08Adds source links to provide linking to source code on remote repositoriesAndrzej Ratajczak
2020-04-08Adds includes configuration parameter to include package and module descriptionsAndrzej Ratajczak
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-03-17Add a rough draft of deprecated signatures formattingKamil Doległo
2020-03-11Fixing signatures font, incorrect links and line breakingBłażej Kardyś
2020-03-11Classlike header and other ui fixesBłażej Kardyś
2020-03-04Refactor extras in ContentNodesAndrzej Ratajczak
2020-02-27Fix SameMethodNamePageMergerStrategyKamil Doległo