On Mon, 25 Oct 2010, Enlightenment SVN wrote:
> Log: > * ecore: make Ecore_File.h match others EFL headers. > > Author: cedric > Date: 2010-10-25 06:08:40 -0700 (Mon, 25 Oct 2010) > New Revision: 53869 > > Modified: > trunk/ecore/src/lib/ecore_file/Ecore_File.h > > Modified: trunk/ecore/src/lib/ecore_file/Ecore_File.h > =================================================================== > --- trunk/ecore/src/lib/ecore_file/Ecore_File.h 2010-10-25 13:08:19 UTC > (rev 53868) > +++ trunk/ecore/src/lib/ecore_file/Ecore_File.h 2010-10-25 13:08:40 UTC > (rev 53869) > @@ -65,13 +65,7 @@ > * @typedef Ecore_File_Event > * The event type returned when a file or directory is monitored. > */ > -typedef enum _Ecore_File_Event Ecore_File_Event; > - > -/** > - * @enum _Ecore_File_Event > - * The event type returned when a directory is monitored. > - */ > -enum _Ecore_File_Event > +typedef enum _Ecore_File_Event and now, are you sure that enum _Ecore_File_Event is documented in doxygen ? Vincent > { > ECORE_FILE_EVENT_NONE, /**< No event. */ > ECORE_FILE_EVENT_CREATED_FILE, /**< Created file event. */ > @@ -80,7 +74,7 @@ > ECORE_FILE_EVENT_DELETED_DIRECTORY, /**< Deleted directory event. */ > ECORE_FILE_EVENT_DELETED_SELF, /**< Deleted monitored directory > event. */ > ECORE_FILE_EVENT_MODIFIED /**< Modified file or directory event. > */ > -}; > +} Ecore_File_Event; > > /** > * @typedef Ecore_File_Monitor_Cb > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel