Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | Underline `@param` tag key for more consistency (#2643) | Ignat Beresnev | |
* Underline `@param` tag key for more consistency * Correct keyValue table column ratio | |||
2022-08-18 | Add deprecation details block (#2622) | Ignat Beresnev | |
2022-08-10 | Support Var html tag for Javadoc (#2617) | Andrey Tyrin | |
Fixes #2358 | |||
2022-08-04 | Render nested classlikes in navigation (#2597) | Ignat Beresnev | |
2022-07-29 | Add member icons to navigation menu (#2578) | Ignat Beresnev | |
2022-07-27 | Make current breadcrumb element not clickable and of default font color (#2588) | Ignat Beresnev | |
2022-05-13 | Render quotes as blockquotes instead of code blocks. (#2496) | TheOnlyTails | |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-04-19 | Update Jsoup to 1.14.3 (#2448) | Ignat Beresnev | |
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-14 | Shutdown coroutines dispatchers after each module pass (#2325) | Ignat Beresnev | |
* Update kotlinx.coroutines to 1.6.0 * Shutdown common coroutines dispatchers after each module pass * Don't finalize coroutines in unit tests Co-authored-by: Mikhail Zarechenskiy <mikhail.zarechenskiy@jetbrains.com> | |||
2021-12-07 | Support deeply nested description terms and details | Ignat Beresnev | |
2021-12-06 | Description list support for JavaDocs (#2213) | Ignat Beresnev | |
2021-11-23 | Add space between funs descriptions (#2235) | vmishenev | |
2021-10-29 | Fix names of nested inheritors (#2188) | vmishenev | |
2021-10-15 | Keep UI tabs (#2179) | vmishenev | |
* Keep ui tabs * Group functions by description * Fix tests for keeping ui tabs | |||
2021-10-15 | Fix missed multiplatform tabs (#2178) | vmishenev | |
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev | |
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-08-25 | Fix breakable labels and icon on single module project | Marcin Aman | |
2021-08-12 | Webhelp-like frontend | Marcin Aman | |
2021-07-09 | Add missing text styles in html (#2007) | Marcin Aman | |
2021-01-14 | Footer customisation (#1691) | Marcin Aman | |
2021-01-05 | Fix a bug with inserting template commands instead of link text (#1685) | Kamil Doległo | |
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module | |||
2020-10-08 | Improve styles | Marcin Aman | |
2020-09-07 | Test images in GFM | Marcin Aman | |
2020-08-31 | Remove old `defaultSourceSet` in favour of new package | sebastian.sellmair | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are ↵ | sebastian.sellmair | |
expected to be distinct | |||
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-07-15 | Fix tests | Andrzej Ratajczak | |
2020-07-13 | Single platform bubbles fix | Andrzej Ratajczak | |
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-09 | Add tests for signatures rendering | Andrzej Ratajczak | |
2020-07-08 | Move common base test utils to submodule | Andrzej Ratajczak | |
2020-07-08 | Add GFM tests | Andrzej Ratajczak | |
2020-07-08 | Add GFM renderer tests | Andrzej Ratajczak | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
2020-06-09 | Improve CSS, pages navigation tree and create anchors on page | Marcin Aman | |
2020-05-28 | Return types links in inner classes with generic parents | Marcin Aman | |
2020-05-20 | Tabs for sections - update tests | Marcin Aman | |
2020-05-19 | Add test utils for ContentDivergent and fix the tests | Kamil Doległo | |
2020-05-19 | Add tests for divergent content rendering | Kamil Doległo | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-04-22 | Apply requested changes | Andrzej Ratajczak | |
2020-04-22 | Fixes tests | Andrzej Ratajczak | |
2020-04-15 | Change PlatformHintedContent rendering, js and css to match Figma style | Filip Zybała | |