Skip to content

Commit

Permalink
docs: enhance documentation comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <[email protected]>
  • Loading branch information
KengoTODA committed Dec 11, 2024
1 parent 5569d51 commit 26437d2
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 26437d2

Please sign in to comment.