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/function.template | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/function.template') diff --git a/docs/function.template b/docs/function.template index 46a6dc98..8765277b 100644 --- a/docs/function.template +++ b/docs/function.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