From 3acb785106d7b3454e888730b5496c4b33115f4e Mon Sep 17 00:00:00 2001 From: Oliver Abbey Date: Wed, 18 Sep 2024 15:30:56 +0100 Subject: [PATCH] maven plugin - correction to documentation of filters --- kover-maven-plugin/docs/index.md | 66 ++++++++++++++++---------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/kover-maven-plugin/docs/index.md b/kover-maven-plugin/docs/index.md index 9a2b12c4..7dc1cec7 100644 --- a/kover-maven-plugin/docs/index.md +++ b/kover-maven-plugin/docs/index.md @@ -175,44 +175,42 @@ All available configuration options are shown below: - - - - - - - - com.example.*.ExcludedByName,com.example.*.serializables.*$Companion + + + + + + + com.example.*.ExcludedByName,com.example.*.serializables.*$Companion - - - - *.Generated + + + + *.Generated - - - - - - - - - - java.lang.AutoCloseable - - - - - test-utils - - - - - - - + + + + + + + + + java.lang.AutoCloseable + + + + + test-utils + + + + + + +