Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-02-24 | Reorganize tabs for Classlike (#2764) | Vadim Mishenev | |
2022-08-18 | Add deprecation details block (#2622) | Ignat Beresnev | |
2022-06-19 | Dont escape text inside gfm code blocks (#2541) | Ignat Beresnev | |
2022-05-04 | Support code blocks and inline code for GFM format (#2485) | Don Cross | |
Fixes #2477. Inline code, text that is nested within a pair of backquotes, is now converted into GitHub Flavored Markdown (gfm) without stripping out the backquotes. For example: The parameter `sum` must be a non-negative real number. Code blocks, which are any number of lines of literal text between triple-backquotes, and an optional programming language name, are now preserved. If absent, the programming language is assumed to be "kotlin". This follows the behavior of the html renderer. For example: Here is an example of calling the function: ```kotlin val sum = addThemUp(left, right) ``` | |||
2022-02-21 | Add option to merge implicit expect-actual declarations (#2316) | Vadim Mishenev | |
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc | |||
2021-12-06 | Description list support for JavaDocs (#2213) | Ignat Beresnev | |
2021-10-29 | GFM: Use Markdown syntax to render lists (#2098) | Spencer Gilson | |
* - Add ListBuilder to PageContentBuilder.kt to make testing feasible through the builder DSL - Switch list representation in CommonmarkRenderer.kt to use Markdown syntax instead of HTML - Switch to non-deprecated Assert in SimpleElementsTest.kt * Updating base.api to include new builder class and methods | |||
2021-08-25 | Merge pull request #2066 from Kotlin/webhelp-like-frontend | Marcin Aman | |
Webhelp like frontend | |||
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-21 | Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048) | Marcin Aman | |
* Make briefs contain first paragraph as in spec, resolve issues with i.e. * Html and the end | |||
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 | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
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 ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
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 | |