From 8c26eabb75e5d0dc82645a362150e60bfe45dd45 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Sep 2010 21:12:08 +0000 Subject: [PATCH] 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 SVN revision: 52514 --- legacy/ecore/doc/ecore.dox.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/ecore/doc/ecore.dox.in b/legacy/ecore/doc/ecore.dox.in index 5c763d88a1..f542abaffe 100644 --- a/legacy/ecore/doc/ecore.dox.in +++ b/legacy/ecore/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. */ /**