From: gastal Date: Fri, 17 Feb 2012 17:29:24 +0000 (+0000) Subject: Better to have no documentation than to have wrong documentation. X-Git-Tag: REL_F_I9500_20120323_1~17^2~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d21100b574e7d03e111bd11cecc9a33ce59b398d;p=framework%2Fuifw%2Felementary.git Better to have no documentation than to have wrong documentation. The linked to page contained no example of any of the functions in this group. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h index a574835..c70eb7a 100644 --- a/src/lib/elm_object.h +++ b/src/lib/elm_object.h @@ -189,9 +189,6 @@ EAPI Eina_Bool elm_object_disabled_get(const Evas_Object *obj); * How to check if an Evas Object is an Elementary widget? How to * get the first elementary widget that is parent of the given * object? These are all covered in widget tree navigation. - * - * @ref general_functions_example_page "This" example contemplates - * some of these functions. */ /**