doc: Deprecate filter reference page and link to the wiki
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 Nov 2015 07:21:45 +0000 (16:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 Nov 2015 07:21:45 +0000 (16:21 +0900)
src/lib/evas/filters/evas_filter_parser.c

index fc333ad987ca8aef53a39f8600dbf38788debfb6..46ba86e36793e659a71b9f5c2c513830c43ebd6e 100644 (file)
 /**
   @page evasfiltersref Evas filters reference
 
+  @warning A new online documentation is available on the Wiki under
+  <a href="https://www.enlightenment.org/docs/efl/advanced/eflgfxfilters">
+  EFL Graphics Filters</a>. The documentation below is mostly still valid
+  but incomplete. This page may be removed in the future.
+
   The Evas filters are a combination of filters used to apply specific effects
   to an @ref Evas_Object "Evas Object". For the moment, these effects are
-  specific to the @ref Evas_Object_Text "Text Objects".
+  specific to the @ref Evas_Object_Text "Text" and @ref Evas_Object_Image
+  "Image Objects".
 
   The filters can be applied to an object using simple Lua scripts. A script
   will contain a series of buffer declarations and filter commands to apply