From fc7f11d03b4380866033c38eb7649cdc5be93d9a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Nov 2010 16:28:42 -0800 Subject: add @workInProgress tag and mark all @ngdocs as work in progress --- docs/filter.template | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/filter.template') diff --git a/docs/filter.template b/docs/filter.template index b8e118a3..516957d0 100644 --- a/docs/filter.template +++ b/docs/filter.template @@ -1,5 +1,13 @@

{{name}}

+{{#workInProgress}} +
+ Work In Progress + This page is currently being revised. It might be incomplete or contain inaccuracies. + {{{workInProgress.description}}} +
+{{/workInProgress}} + {{#deprecated}}
Deprecated API -- cgit v1.2.3