aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/importer
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRelease09pre3nobody2001-01-2412-432/+0
| | | | | | 'Release09pre3'. svn path=/tags/Release09pre3/; revision=7779
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-183-51/+41
| | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
* Some API documentation for the importerIain Holmes2001-01-1812-0/+442
svn path=/trunk/; revision=7589