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-26 | Do not render constructor pages and blocks and for annotation classes (#2642) | Ignat Beresnev | |
2022-08-24 | Fix incorrect handling of static members used within `@see` tag (#2627) | Ignat Beresnev | |
2022-08-18 | Add deprecation details block (#2622) | Ignat Beresnev | |
2022-08-03 | Apply the same style to all KDoc tags, including throws/see/parameters (#2587) | Ignat Beresnev | |
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-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 | |||
2022-01-27 | Enhance generated primary constructor signature for html format (#2313) | Ignat Beresnev | |
Fixes #1880 | |||
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev | |
* Implement vertical alignment (wrapping) of parameters for kt * Add tests for params wrapping and extend matchers to check for classes * Add distinguishable parameters block to kotlinAsJava, extract common logic * Create a separate Kind for symbol function parameters | |||
2021-12-23 | Remove filtering out primary constructors from constructors tab (#2277) | Andrzej Ratajczak | |
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2021-12-22 | Fix css bugs wih link and table row (#2284) | Vadim Mishenev | |
* Remove extra top margin in paragraph * Remove margin-bottom from platform-hinted * Fix link underlining in table and anchor icon * Make breakable names of constructors * Add test for breakable name of constructor | |||
2021-11-12 | Unite platforms bookmarks rows (#2219) | vmishenev | |
2021-09-24 | Fix whitespaces inside `@link` tag (#2156) | vmishenev | |
2021-09-20 | Make see tag display as other tables (#2153) | Marcin Aman | |
2021-08-30 | Handle `@link` tag | vmishenev | |
2021-08-27 | Cleanup and version bump to 1.5.30 | Marcin Aman | |
2021-08-27 | Restore language level to 1.4 | Marcin Aman | |
2021-08-26 | Bump compiler to 1.5.30, language level to 1.5 | Marcin Aman | |
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-08-09 | Keep formatting within code inline (#2060) | vmishenev | |
2021-07-30 | Add boolean, nullable types of annotation parameter value | vmishenev | |
2021-07-28 | Missing receiver docs (#2026) | Marcin Aman | |
2021-07-23 | Add numeric types of annotation parameter value (#2035) | vmishenev | |
2021-07-22 | Fix overflow in throws tables (#2028) | Marcin Aman | |
2021-07-12 | Handle NBSP and other html entries (#2005) | Marcin Aman | |
2021-02-05 | Annotations for parameters (#1710) | Marcin Aman | |
* Annotations for parameters * Annotations for parameters | |||
2021-01-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-12-15 | Fix wrong docs on DProperty (#1671) | Marcin Aman | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-13 | Generate content with the params order of KDoc (#1611) | gzoritchak | |
2020-11-12 | Javadoc @inheritDoc tag support (#1608) | Marcin Aman | |
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-15 | Fix displaying authors | Marcin Aman | |
2020-10-08 | Handle multiple authors (#1539) | Marcin Aman | |
2020-10-08 | Improve styles | Marcin Aman | |
2020-10-07 | Introduce top-level DocTag | Andrzej Ratajczak | |
2020-09-29 | Fix failing tests | Andrzej Ratajczak | |
2020-09-10 | Fix showing fully qualified name for typealiases with clashing names | Andrzej Ratajczak | |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś | |
2020-07-22 | Rename constructors to a classname | Marcin Aman | |
2020-07-13 | Render explicitly documented primary constructors | Paweł Marks | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-02 | Show fully qualified name for typealias targets to different packages | sebastian.sellmair | |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair | |
2020-06-30 | Fix primary constructor in signature | Kamil Doległo | |