From 050ef9939b01e7d828e75fdbb70318031142d9c1 Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Tue, 30 Apr 2019 20:40:12 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20the=20deprecated=20group=E2=80=99s=20name?= =?UTF-8?q?=20in=20the=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just “deprecated” was causing can-util’s deprecated methods to show in can-route’s docs. --- doc/can-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/can-route.md b/doc/can-route.md index cfc2184..cd9d8e6 100644 --- a/doc/can-route.md +++ b/doc/can-route.md @@ -1,6 +1,6 @@ @module {Object} can-route can-route @group can-route.static 0 static -@group deprecated 1 deprecated +@group can-route.deprecated 1 deprecated @download can/route @test can-route/test.html @parent can-routing