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