Home
last modified time | relevance | path

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

/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DKDocFormatter.kt40 fun reformatComment(comment: String, initialIndent: String): String { in reformatComment() method
44 fun reformatComment(task: FormattingTask): String { in reformatComment() method
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
DKDocFormatterTest.kt98 private fun reformatComment(task: FormattingTask): String { in reformatComment() method in com.facebook.ktfmt.kdoc.KDocFormatterTest