doxy fixes

c/o vtorri


SVN revision: 52535
This commit is contained in:
Mike Blumenkrantz 2010-09-21 06:49:22 +00:00
parent ad3ecd489a
commit 5f34f2cb76
2 changed files with 2 additions and 12 deletions

View File

@ -78,7 +78,7 @@ INPUT = ./ecore.dox \
INPUT_ENCODING = UTF-8 INPUT_ENCODING = UTF-8
FILE_PATTERNS = FILE_PATTERNS =
RECURSIVE = YES RECURSIVE = YES
EXCLUDE = ../src/lib/ecore_config/* EXCLUDE = ../src/lib/ecore_config/* ../src/lib/ecore_x/xcb/*.c
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = ecore_config* Ecore_Config* EXCLUDE_PATTERNS = ecore_config* Ecore_Config*
EXCLUDE_SYMBOLS = Ecore_Config* EXCLUDE_SYMBOLS = Ecore_Config*

View File

@ -55,7 +55,7 @@ Ecore is a library of convenience functions.
The Ecore library provides the following modules: The Ecore library provides the following modules:
@li @link Ecore.h Ecore - Main Loop and Job Functions. @endlink @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_Evas.h Ecore_Evas - Evas convenience functions. @endlink
@li @link Ecore_Fb.h Ecore_FB - Frame buffer 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 @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. 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 @example ecore_event_handler_example.c
Shows how to use event handlers. Shows how to use event handlers.