aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer/tmpl
Commit message (Collapse)AuthorAgeFilesLines
* More docs...Iain Holmes2001-02-023-47/+39
| | | | svn path=/trunk/; revision=7939
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-182-48/+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-183-0/+194
svn path=/trunk/; revision=7589