Remove KDoc annoyances
This commit is contained in:
parent
92e7d50bab
commit
540afe8139
4 changed files with 5 additions and 7 deletions
|
@ -19,9 +19,7 @@
|
|||
|
||||
/**
|
||||
* Implementations of various
|
||||
* interfaces and abstract classes
|
||||
* found in the [de.staropensource.engine.base.implementable.logging]
|
||||
* package of the logging system.
|
||||
* interfaces and abstract classes.
|
||||
*
|
||||
* @since v1-alpha10
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,7 @@ package de.staropensource.engine.base.implementation.stream
|
|||
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
|
||||
*/
|
||||
|
|
|
@ -77,8 +77,8 @@ class Processor private constructor() {
|
|||
* following steps:
|
||||
* 1. build the log format
|
||||
* 2. update message
|
||||
* 3. format the finalized format using the configured [de.staropensource.engine.logging.implementable.Formatter]
|
||||
* 4. pass the finalized format to the configured [de.staropensource.engine.logging.implementable.Adapter].
|
||||
* 3. format the finalized format using the configured [Formatter]
|
||||
* 4. pass the finalized format to the configured [Adapter].
|
||||
*
|
||||
* Invoked by the configured
|
||||
* [LoggerThreadingHandler].
|
||||
|
|
|
@ -63,7 +63,7 @@ data class ChannelSettings(
|
|||
* in the global configuration will
|
||||
* affect all channels which have not
|
||||
* been configured in
|
||||
* [de.staropensource.engine.logging.LoggerConfiguration.channelSettings].
|
||||
* [EngineConfiguration.logChannelSettings].
|
||||
*
|
||||
* @since v1-alpha10
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue