remove ecore_config stuff; also accidentally committed undocumented changes in r52512...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Sep 2010 21:12:08 +0000 (21:12 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Sep 2010 21:12:08 +0000 (21:12 +0000)
*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

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52514 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/ecore.dox.in

index 5c763d8..f542aba 100644 (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.
 */
 
 /**