From 980df4aa4c1b68a3cb40bf96ebcaf89c6022b36b Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 21 Nov 2023 15:08:17 +0100 Subject: [PATCH] docs(router): add missing template name --- .../wyatt_go_router/lib/src/core/enums/page_protection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wyatt_go_router/lib/src/core/enums/page_protection.dart b/packages/wyatt_go_router/lib/src/core/enums/page_protection.dart index 154ab5cf..14f006ba 100644 --- a/packages/wyatt_go_router/lib/src/core/enums/page_protection.dart +++ b/packages/wyatt_go_router/lib/src/core/enums/page_protection.dart @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -/// {@template} +/// {@template page_protection} /// A enum that defines the protection of a page. /// {@endtemplate} enum PageProtection { -- 2.47.2