remove ecore_config stuff; also accidentally committed undocumented changes in r52512 as follows:

*update Doxyfile to new version
*fix doxygen warnings from samsung <tbd> email
*remove references to code that was probably last used by the roman empire


SVN revision: 52514
This commit is contained in:
Mike Blumenkrantz 2010-09-20 21:12:08 +00:00
parent e56789f77e
commit 8c26eabb75
1 changed files with 1 additions and 2 deletions

View File

@ -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.
*/
/**