diff --git a/legacy/ecore/doc/Doxyfile b/legacy/ecore/doc/Doxyfile index bdff98a761..5992902816 100644 --- a/legacy/ecore/doc/Doxyfile +++ b/legacy/ecore/doc/Doxyfile @@ -78,7 +78,7 @@ INPUT = ./ecore.dox \ INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = YES -EXCLUDE = ../src/lib/ecore_config/* +EXCLUDE = ../src/lib/ecore_config/* ../src/lib/ecore_x/xcb/*.c EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = ecore_config* Ecore_Config* EXCLUDE_SYMBOLS = Ecore_Config* diff --git a/legacy/ecore/doc/ecore.dox.in b/legacy/ecore/doc/ecore.dox.in index f542abaffe..dbfb65d225 100644 --- a/legacy/ecore/doc/ecore.dox.in +++ b/legacy/ecore/doc/ecore.dox.in @@ -55,7 +55,7 @@ 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 @ref Ecore_Con_Group @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 @@ -307,16 +307,6 @@ Functions that are used to load and save properties from and to files. Shows how to set and retrieve the program arguments. */ -/** -@example ecore_con_server_example.c -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. -*/ - /** @example ecore_event_handler_example.c Shows how to use event handlers.