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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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].
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue