Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Dispose `AnalysisEnvironment` (#2755) | Vadim Mishenev | |
2022-12-16 | Display `SinceKotlin` everywhere (#2708) | Vadim Mishenev | |
* Introduce `extraOptions` * Make 'SinceKotlin' option * Display 'SinceKotlin' everywhere * Dump API * Fix CLI bug * Show custom tags in property brief * Show custom tags in extension brief * Show `SinceKotlin` for TypeAlias * Fix `stdlib.diff` * Add a test * Display doc for actual typealias * Propagate SinceKotlin * Refactor * Refactor in `SinceKotlinTransformer` * Revert "Introduce `extraOptions`" This reverts commit b83fdf5da31a97e2ae037f46a735d34a2f84d2ec. * Revert "Make 'SinceKotlin' option" This reverts commit 69f4641d1776f3a4bcd361919212c2de7fa2364e. * Introduce `dokka.SinceKotlin` system property instead of extra arg * Fix API * Fix tests * Rename * Spread on extensions * Put doc and rename prop | |||
2022-10-13 | Ignore BuiltIns for StdLib (#2658) | Vadim Mishenev | |
2022-07-08 | Ignore messages emitted by the IntelliJ Logger (#2563) | Ignat Beresnev | |
2022-02-17 | Custom doctag extension (#2343) | Ignat Beresnev | |
* Add an extension point for rendering custom doc tags * Iterate over documentable sourcesets when building custom tags * Extract a nested custom tags brief block into a separate method * Filter out tag content providers and make since kotlin brief a one-liner * Add padding to "Since Kotlin" block in brief description | |||
2022-01-18 | Add external documentable provider (#2307) | Paweł Marks | |
* Add external documentable provider * Update the api spec of base plugin * Hide mistakenly exposed fields * Add comments and fix naming | |||
2021-10-15 | Fix adding new custom stylesheets in submodules (#2168) | vmishenev | |
2021-09-20 | Improve versioning plugin (#2104) | vmishenev | |
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator | |||
2021-08-25 | Merge pull request #2066 from Kotlin/webhelp-like-frontend | Marcin Aman | |
Webhelp like frontend | |||
2021-08-25 | Dark mode (#2081) | Marcin Aman | |
2021-08-12 | Replace arrays of primitive types on std arrays (#2051) | vmishenev | |
2021-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo | |
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists | |||
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-10 | Fix multimodule sourcesets dependencies (#1766) | Marcin Aman | |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman | |
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString... | |||
2021-03-01 | Suppress tag support (#1742) | Marcin Aman | |
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin | |||
2021-02-05 | Deduplicate resources in multimodule (#1711) | Marcin Aman | |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś | |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Add navigation fragments for templating | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
2020-11-25 | Make searchbar an extension point (#1615) | Marcin Aman | |
* Make searchbar an extension point * Change SearchbarDataInstaller to be a preprocessor * Split navigation and navigation search | |||
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-15 | Make names resulting from clashing DRI-s appear only in navigatable components | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-05 | Render react resources as separate css to allow overriding (#1416) | Marcin Aman | |
* Render react resources as separate css to allow overriding * Improve build.gradle.kts | |||
2020-09-24 | Remove dokka context from creating analysis (#1482) | Marcin Aman | |
2020-09-08 | Changed way of merging documentables to avoid exception on merging ↵ | Andrzej Ratajczak | |
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms | |||
2020-08-31 | Implement ModuleAndPackageDocumentationReader | sebastian.sellmair | |
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-07-13 | Implemented extension point for tab sorting strategy | Filip Zybała | |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair | |
2020-07-07 | Refactor Extension DSL and remove fallback mechanism | Paweł Marks | |
2020-06-25 | Enforces directory for classlikes | Andrzej Ratajczak | |
2020-06-25 | Extract information about extensions | Paweł Marks | |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) | |||
2020-06-25 | Refactor for documentable filters. | Filip Zybała | |
2020-06-25 | Added deprecation filter. Included some tests. | Filip Zybała | |
2020-06-25 | Make signatures groups be unique per sourceSet data | Andrzej Ratajczak | |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵ | Andrzej Ratajczak | |
`Deprecated`. #944 | |||
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak | |
2020-06-16 | Developer's guide to dokka | Błażej Kardyś | |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |
2020-06-04 | All modules page generation | Błażej Kardyś | |