Jolan Rensen [JB]
01/21/2023, 3:25 PM@include
tag to include other comments into your KDoc / JavaDoc, see @include Processor (INCLUDE_DOC_PROCESSOR
)
• @sample
/ @sampleNoComments
tag to include code samples into your KDoc / JavaDoc (SAMPLE_DOC_PROCESSOR
)
• A processor that removes all KDoc / JavaDoc comments (NO_DOC_PROCESSOR
)
• A processor that adds a /** TODO */
comment wherever there is no KDoc / JavaDoc comment (TODO_DOC_PROCESSOR
)
• A processor that makes all KDoc / JavaDoc comments uppercase (try and make this for fun!)
• The sky is the limit :)
Note that this first release is still an early Alpha, but I'm welcome to feedback, bugs, your own processors and whatnot 🙂