Fix Kdoc class comment in SOSLSv2FormatBuilder
All checks were successful
PRs & Pushes / build (push) Successful in 4m0s
PRs & Pushes / test (push) Successful in 4m19s
PRs & Pushes / build-apidoc (push) Successful in 4m3s

This commit is contained in:
JeremyStar™ 2024-12-17 19:59:44 +01:00
parent b0c3473c83
commit 933971c82f
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -31,11 +31,14 @@ import kotlinx.datetime.LocalDateTime
import kotlinx.datetime.toLocalDateTime import kotlinx.datetime.toLocalDateTime
/** /**
* Builds the format as specified * Builds the format as specified in the
* in the [SOSLS v2](https://z.staropensource.de/spec-logging-v2) * [SOSLS v2](https://z.staropensource.de/spec-logging-v2)
* specification, which looks * specification.
* something like this: *
* `[505ms] [03.10.1990 23:23:23] [INFO de.staropensource.engine.testapp.Main#sayHi~42] Hello World!` * It looks like this:
* ```plain
* [505ms] [03.10.1990 23:23:23] [INFO de.staropensource.engine.testapp.Main#sayHi~42] Hello World!
* ```
* *
* @param call [Call] to build a format for * @param call [Call] to build a format for
* @since v1-alpha10 * @since v1-alpha10