Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-25 | Added deprecation filter. Included some tests. | Filip Zybała | |
2020-06-25 | Fix tests after rebase | Andrzej Ratajczak | |
2020-06-25 | Fix tests | Andrzej Ratajczak | |
2020-06-25 | Tests for SinceKotlin and Deprecated | Andrzej Ratajczak | |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵ | Andrzej Ratajczak | |
`Deprecated`. #944 | |||
2020-06-23 | Javadoc classlikes and function pages | Marcin Aman | |
All implemented interfaces, first attempt at inherited methods | |||
2020-06-15 | Fix tests | Kamil Doległo | |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
2020-06-12 | Fix after rebase | Andrzej Ratajczak | |
2020-06-12 | Refactor of Annotations and ExtraModifiers to be platform depedent | Andrzej Ratajczak | |
2020-06-09 | Improve CSS, pages navigation tree and create anchors on page | Marcin Aman | |
2020-06-09 | Fix rendering of functions without parameters | Paweł Marks | |
2020-05-26 | Apply request changes | Andrzej Ratajczak | |
2020-05-26 | Enhance signature presentation. Support presetnation Java as Kotlin and ↵ | Andrzej Ratajczak | |
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations |