aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer
Commit message (Collapse)AuthorAgeFilesLines
* More docs...Iain Holmes2001-02-027-51/+76
| | | | svn path=/trunk/; revision=7939
* Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-281-12/+12
| | | | | | | | | 2001-01-26 John R. Sheets <dusk@ravendusk.org> * importer/Makefile.am: Change (nonexistant) importer.sgml references to evolution-importer.sgml to fix dependency problem. svn path=/trunk/; revision=7860
* 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