From 4db0aec1c24f108434181bd14e4fab4edbfb171f Mon Sep 17 00:00:00 2001 From: Michael Daross Date: Thu, 27 Oct 2022 08:20:19 -0500 Subject: [PATCH] Fix: Issue 978 - Missing @summary annotation (#979) Fixes https://github.com/shoelace-style/shoelace/issues/978 --- scripts/plop/templates/component/component.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/plop/templates/component/component.hbs b/scripts/plop/templates/component/component.hbs index 4232ee882..a036f9fba 100644 --- a/scripts/plop/templates/component/component.hbs +++ b/scripts/plop/templates/component/component.hbs @@ -7,6 +7,8 @@ import styles from './{{ tagWithoutPrefix tag }}.styles'; import type { CSSResultGroup } from 'lit'; /** + * @summary Short summary of the component's intended use. + * * @since 2.0 * @status experimental *