From 26437d2cd20eeda71e6af115c0fa7bf772ff1584 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 11 Dec 2024 11:16:44 +0800 Subject: [PATCH] docs: enhance documentation comments Signed-off-by: Kengo TODA --- .../kotlin/org/koin/compiler/verify/KoinTagWriter.kt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/koin-ksp-compiler/src/jvmMain/kotlin/org/koin/compiler/verify/KoinTagWriter.kt b/projects/koin-ksp-compiler/src/jvmMain/kotlin/org/koin/compiler/verify/KoinTagWriter.kt index 6b8a0e7..4647342 100644 --- a/projects/koin-ksp-compiler/src/jvmMain/kotlin/org/koin/compiler/verify/KoinTagWriter.kt +++ b/projects/koin-ksp-compiler/src/jvmMain/kotlin/org/koin/compiler/verify/KoinTagWriter.kt @@ -34,8 +34,11 @@ class KoinTagWriter(val codeGenerator: CodeGenerator, val logger: KSPLogger) { } /** - * To realize reproducible-builds, write everything to a temporal file then copy it to the tag file. - * This method lets us compute the digest of tag file and use it to name it. + * To realize [reproducible-builds](https://reproducible-builds.org/), write everything to a temporal file + * then copy it to the tag file. + * By this method, we can compute the digest of tag file and use it to name it. + * + * @author Kengo TODA */ @OptIn(ExperimentalStdlibApi::class) private fun createTagFile(