Skip to content

Commit e7b6bdf

Browse files
Nivaldo Bondançameta-codesync[bot]
authored andcommitted
Regen ktfmt.api
Summary: Recent change (D97969368) broke this. Updating the API + adding the change to the changelog Reviewed By: VladimirMakaev Differential Revision: D98741364 fbshipit-source-id: e19ffde93d17d0a9aa8f445baea9abe13b801ae0
1 parent 68fa158 commit e7b6bdf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1414

1515
### Added
1616
- Support `ij_kotlin_indent_size` in editorconfig. (https://github.com/facebook/ktfmt/pull/604)
17+
- Support for lists within quoted blocks in KDoc comments (https://github.com/facebook/ktfmt/commit/68fa1585b759ad4b12ca4802bccd297f6a33b0f3)
1718

1819
## [0.62]
1920
### Added

core/api/ktfmt.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public final class com/facebook/ktfmt/kdoc/Paragraph {
465465
public final fun getOriginalIndent ()I
466466
public final fun getPreformatted ()Z
467467
public final fun getPrev ()Lcom/facebook/ktfmt/kdoc/Paragraph;
468-
public final fun getQuoted ()Z
468+
public final fun getQuoted ()I
469469
public final fun getSeparate ()Z
470470
public final fun getSeparator ()Z
471471
public final fun getTable ()Z
@@ -484,7 +484,7 @@ public final class com/facebook/ktfmt/kdoc/Paragraph {
484484
public final fun setOriginalIndent (I)V
485485
public final fun setPreformatted (Z)V
486486
public final fun setPrev (Lcom/facebook/ktfmt/kdoc/Paragraph;)V
487-
public final fun setQuoted (Z)V
487+
public final fun setQuoted (I)V
488488
public final fun setSeparate (Z)V
489489
public final fun setSeparator (Z)V
490490
public final fun setTable (Z)V

0 commit comments

Comments
 (0)