Remove KDoc annoyances
All checks were successful
PRs & Pushes / build (push) Successful in 2m42s
PRs & Pushes / test (push) Successful in 2m7s
PRs & Pushes / build-apidoc (push) Successful in 3m53s

This commit is contained in:
JeremyStar™ 2024-12-24 03:19:52 +01:00
parent 92e7d50bab
commit 540afe8139
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
4 changed files with 5 additions and 7 deletions

View file

@ -19,9 +19,7 @@
/** /**
* Implementations of various * Implementations of various
* interfaces and abstract classes * interfaces and abstract classes.
* found in the [de.staropensource.engine.base.implementable.logging]
* package of the logging system.
* *
* @since v1-alpha10 * @since v1-alpha10
*/ */

View file

@ -22,7 +22,7 @@ package de.staropensource.engine.base.implementation.stream
import de.staropensource.engine.base.implementable.stream.FileStream import de.staropensource.engine.base.implementable.stream.FileStream
/** /**
* A [de.staropensource.engine.base.implementable.stream.FileStream] which does nothing. * A [FileStream] which does nothing.
* *
* @since v1-alpha10 * @since v1-alpha10
*/ */

View file

@ -77,8 +77,8 @@ class Processor private constructor() {
* following steps: * following steps:
* 1. build the log format * 1. build the log format
* 2. update message * 2. update message
* 3. format the finalized format using the configured [de.staropensource.engine.logging.implementable.Formatter] * 3. format the finalized format using the configured [Formatter]
* 4. pass the finalized format to the configured [de.staropensource.engine.logging.implementable.Adapter]. * 4. pass the finalized format to the configured [Adapter].
* *
* Invoked by the configured * Invoked by the configured
* [LoggerThreadingHandler]. * [LoggerThreadingHandler].

View file

@ -63,7 +63,7 @@ data class ChannelSettings(
* in the global configuration will * in the global configuration will
* affect all channels which have not * affect all channels which have not
* been configured in * been configured in
* [de.staropensource.engine.logging.LoggerConfiguration.channelSettings]. * [EngineConfiguration.logChannelSettings].
* *
* @since v1-alpha10 * @since v1-alpha10
*/ */