aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc
AgeCommit message (Collapse)Author
2023-01-19Revise README documentation for examples and plugins (#2736)Ignat Beresnev
2023-01-12Default Java constructor (#2795)Andrey Tyrin
2023-01-10Revise documentation (#2728)Ignat Beresnev
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2022-11-22Fix package and module description truncation in javadoc (#2751)Marcin K
2022-11-09Fix missing package name in Javadoc format (#2734)bomberaya
2022-10-07Change log level to INFO for messages about alpha plugin versions (#2693)Ignat Beresnev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-07-26Give notice of alpha version for GFM, Javadoc, Jekyll, KaJ formats (#2550)Vadim Mishenev
2022-06-30Add enum synthetic functions to documentable model (#2553)Ignat Beresnev
2022-06-17Handle more corner cases for inherited accessors (#2532)Ignat Beresnev
2022-06-09Make `dokka-analysis` dependency compileOnly in base plugin (#2521)Vadim Mishenev
2022-06-08Support definitely non-nullable types (#2520)Vadim Mishenev
* Support definitely non-nullable types [Definitely non-nullable types](https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md) are enabled since Kotlin 1.7
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731 * Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf * `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6 * `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated * `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A- * Make `clean` independent from `setupMaven` * Set up JDK classpath roots explicitly because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246 * Add JPS model and faxml dependencies * Fix test * Exclude compiler from buildscript in integration test * Exclude `com.intellij` package from compiler * Update kotlin version in integration tests
2022-05-31Fix gathering inherited properties (#2481)Ignat Beresnev
* Fix gathering inherited properties in PSI * Refacotr KaJ transformer. Change wrapping TagWrapper for getters and setters. * Add logic to merge inherited properties in kotlin from java sources. * Remove getters and setters from JvmField properties for DObject, DEnum, DInterface in KaJ. * Unify InheritedMember DRI logic. * Fix gathering docs obtained from inheriting java sources in descriptors * Apply requested changes. * Resolve rebase conflicts * Use 221 for qodana analysis * Move accessors generation into DefaultDescriptorToDocumentableTranslator * Fix special "is" case for accessors and refactor logic in general * Remove ambiguous import after rebasing * Remove unused imports and format code * Apply review comment suggestions * Preserve previously lost accessor lookalikes * Extract a variable and correct a typo Co-authored-by: Andrzej Ratajczak <andrzej.ratajczak98@gmail.com>
2022-05-19Update jquery, jquery-migrate, and jquery-ui in javadoc (#2482)Richard Harrah
* update jquery, jquery-migrate, and jquery-ui update to jquery 3.6.0 update to jquery-migrate 3.4.0 update to jquery-ui 1.13.1 * use minified versions of jquery
2022-05-09Refactor to utilize Comparators instead of String keys (#2489)Ignat Beresnev
* Refactor to utilize Comparators instead of String keys
2022-05-05Make javadoc pages generation deterministic (#2479)Ignat Beresnev
* Make javadoc pages generation deterministic * Rename `genericQuery` to avoid confusion with Generics
2022-04-29Enable 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-19Update 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-04-11Bump korte-jvm from 2.4.6 to 2.7.0 (#2403)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.4.6 to 2.7.0. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/compare/v2.4.6...v2.7.0) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21Add 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-02-21Code cleanups (#2165)Goooler
2022-02-18Fix java getter / setter name generation (#2356)CharlesG-Branch
Kotlin has special rules for conversion around properties that start with "is" For more info see: https://kotlinlang.org/docs/java-interop.html#getters-and-setters https://kotlinlang.org/docs/java-to-kotlin-interop.html#properties
2022-02-15Convert interfaces to functional (#2360)Goooler
2022-01-27KT-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
2022-01-27Fix resolving DRIs of Enum Entries (#2305)Andrzej Ratajczak
* Fix resolving DRIs of Enum Entries * Unify DRIs for Kotlin and Java enums. Add EnumEntry linking tests * Updates EnumEntry extras in documentable translators * Fix tests * Apply requested changes * Apply requested changes
2022-01-24Close Input/Output streams (#2319)Ignat Beresnev
* Close Input/Output streams
2021-10-26Bump korte-jvm from 2.3.4 to 2.4.6 (#2192)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.3.4 to 2.4.6. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/compare/v2.3.4...v2.4.6) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30Handle `@link` tagvmishenev
2021-08-25Bump korte-jvm from 2.3.3 to 2.3.4dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/compare/v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-21Bump korte-jvm from 2.3.1 to 2.3.3 (#2080)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/compare/v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-21Make 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-09Property annotation for getter and setter (#2049)vmishenev
2021-07-30Add boolean, nullable types of annotation parameter valuevmishenev
2021-07-30Improve annotations rendering (#2045)vmishenev
omit parentheses if there are no parameters add quotes for string literals into annotations
2021-07-27Bump korte-jvm from 2.2.0 to 2.3.1 (#2036)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits/v2.3.1) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-22Bump kotlin 1.5.21 (#2031)Marcin Aman
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7
2021-07-08Bump korte-jvm from 2.0.7 to 2.2.0 (#1989)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korte) from 2.0.7 to 2.2.0. - [Release notes](https://github.com/korlibs/korte/releases) - [Commits](https://github.com/korlibs/korte/compare/v2.0.7...v2.2.0) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-05Flatten 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-14Introduce binary compatibility plugin (#1774)Marcin Aman
* Introduce binary compatibility plugin * Update diffs
2021-04-14Fix visibility on enum entry property (#1828)Marcin Aman
2021-03-12Bump korte to 2.0.7 (#1773)Marcin Aman
2021-03-04Obvious functions should also work for interfaces (#1763)Marcin Aman
2021-02-16Fix displaying default java visibility (#1738)Marcin Aman
2021-01-21Empty modules filtering (#1699)Marcin Aman
2020-12-29Parsing of JvmName (#1675)Marcin Aman
* Parsing of JvmName * Make JvmName processor run after KaJ
2020-12-16Resolve an issue with cross package linking in javadoc (#1659)Marcin Aman
2020-12-03exclude top-level const val from getter generation and show them as public ↵Valentin Rocher
and static (#1636)
2020-11-27Changing how multimodule location provider works and improving gfm link ↵Błażej Kardyś
substitution
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś