doxy fixes
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:49:22 +0000 (06:49 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:49:22 +0000 (06:49 +0000)
c/o vtorri

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52535 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/Doxyfile
doc/ecore.dox.in

index bdff98a..5992902 100644 (file)
@@ -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*
index f542aba..dbfb65d 100644 (file)
@@ -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.
 */