Home
last modified time | relevance | path

Searched defs:reformatComment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
H A DKDocFormatter.kt24 fun reformatComment(comment: String, initialIndent: String): String { in reformatComment() method
28 fun reformatComment(task: FormattingTask): String { in reformatComment() method in com.facebook.ktfmt.kdoc.KDocFormatter
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
H A DKDocFormatterTest.kt98 private fun reformatComment(task: FormattingTask): String { in reformatComment() method