From eaf3a925f810a29f2d1af6494eeb3ffe8f773750 Mon Sep 17 00:00:00 2001 From: Ollie Abbey <52665918+ollieabbey@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:41:32 +0100 Subject: [PATCH] maven plugin - correction to documentation of filters PR #688 --- 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 + + + + + + +