From f9c64825db9e2c836e09704a42125a52a49b2cda Mon Sep 17 00:00:00 2001 From: discomfitor Date: Tue, 21 Sep 2010 06:49:22 +0000 Subject: [PATCH] doxy fixes c/o vtorri git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52535 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/Doxyfile | 2 +- doc/ecore.dox.in | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index bdff98a..5992902 100644 --- a/doc/Doxyfile +++ b/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/doc/ecore.dox.in b/doc/ecore.dox.in index f542aba..dbfb65d 100644 --- a/doc/ecore.dox.in +++ b/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 @@ -308,16 +308,6 @@ 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. */ -- 2.7.4