From: discomfitor Date: Mon, 20 Sep 2010 21:12:08 +0000 (+0000) Subject: remove ecore_config stuff; also accidentally committed undocumented changes in r52512... X-Git-Tag: build/2012-07-04.173327~1768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb73c60616ea46d12165110883c31487e487f7af;p=profile%2Fivi%2Fecore.git remove ecore_config stuff; also accidentally committed undocumented changes in r52512 as follows: *update Doxyfile to new version *fix doxygen warnings from samsung email *remove references to code that was probably last used by the roman empire git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52514 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/doc/ecore.dox.in b/doc/ecore.dox.in index 5c763d8..f542aba 100644 --- a/doc/ecore.dox.in +++ b/doc/ecore.dox.in @@ -56,7 +56,6 @@ Ecore is a library of convenience functions. The Ecore library provides the following modules: @li @link Ecore.h Ecore - Main Loop and Job Functions. @endlink @li @link Ecore_Con.h Ecore_Con - Connection functions. @endlink -@li @link Ecore_Config.h Ecore_Config - Configuration functions. @endlink @li @link Ecore_Evas.h Ecore_Evas - Evas convenience functions. @endlink @li @link Ecore_Fb.h Ecore_FB - Frame buffer convenience functions. @endlink @li @link Ecore_Ipc.h Ecore_IPC - Inter Process Communication functions. @endlink @@ -315,7 +314,7 @@ Shows how to write a simple server using the Ecore_Con library. /** @example ecore_con_client_example.c -Shows how to write a simple client, that connects to the example server. +Shows how to write a simple client that connects to the example server. */ /**