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/validator.template | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/validator.template') diff --git a/docs/validator.template b/docs/validator.template index d0863f9f..64ab37b7 100644 --- a/docs/validator.template +++ b/docs/validator.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