note that all that disk stuff in eeze seems to be from 1.1 (to be confirmed), so the documentation must mention it
Vincent On Mon, Jun 25, 2012 at 3:57 PM, Enlightenment SVN <[email protected]> wrote: > Log: > eeze: Add doxgen for different enums and typedefs > > Author: stefan > Date: 2012-06-25 06:57:32 -0700 (Mon, 25 Jun 2012) > New Revision: 72811 > Trac: http://trac.enlightenment.org/e/changeset/72811 > > Modified: > trunk/eeze/src/lib/Eeze_Disk.h > > Modified: trunk/eeze/src/lib/Eeze_Disk.h > =================================================================== > --- trunk/eeze/src/lib/Eeze_Disk.h 2012-06-25 13:57:29 UTC (rev 72810) > +++ trunk/eeze/src/lib/Eeze_Disk.h 2012-06-25 13:57:32 UTC (rev 72811) > @@ -47,6 +47,10 @@ > EEZE_DISK_TYPE_FLASH = (1 << 3) /**< flash disk */ > } Eeze_Disk_Type; > > +/** > + * @enum Eeze_Mount_Opts > + * All mount options known to Eeze. > + */ > typedef enum > { > #define EEZE_DISK_MOUNTOPT_DEFAULTS (EEZE_DISK_MOUNTOPT_UTF8 | > EEZE_DISK_MOUNTOPT_NOEXEC | EEZE_DISK_MOUNTOPT_NOSUID) > @@ -67,6 +71,11 @@ > typedef struct _Eeze_Event_Disk Eeze_Event_Disk_Mount; > typedef struct _Eeze_Event_Disk Eeze_Event_Disk_Unmount; > typedef struct _Eeze_Event_Disk Eeze_Event_Disk_Eject; > + > +/** > + * @typedef Eeze_Disk > + * Handle for an Eeze Disk. > + */ > typedef struct _Eeze_Disk Eeze_Disk; > > struct _Eeze_Event_Disk > @@ -74,6 +83,10 @@ > Eeze_Disk *disk; > }; > > +/** > + * @typedef Eeze_Event_Disk_Error > + * Contains the human readable error message. > + */ > typedef struct _Eeze_Event_Disk_Error Eeze_Event_Disk_Error; > > struct _Eeze_Event_Disk_Error > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
